Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / frame / browser_view_browsertest.cc
index 236e774..e573e1b 100644 (file)
@@ -26,8 +26,7 @@ class TestWebContentsObserver : public content::WebContentsObserver {
         other_(other) {}
   virtual ~TestWebContentsObserver() {}
 
-  virtual void WebContentsDestroyed(
-      content::WebContents* web_contents) OVERRIDE {
+  virtual void WebContentsDestroyed() OVERRIDE {
     other_->NotifyNavigationStateChanged(
         content::INVALIDATE_TYPE_URL | content::INVALIDATE_TYPE_LOAD);
   }