Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / file_manager / app_installer.cc
index 40c90cd..637bc2f 100644 (file)
@@ -27,9 +27,8 @@ class AppInstaller::WebContentsObserver
 
  protected:
   // content::WebContentsObserver implementation.
-  virtual void WebContentsDestroyed(
-      content::WebContents* web_contents) OVERRIDE {
-    parent_->OnWebContentsDestroyed(web_contents);
+  virtual void WebContentsDestroyed() OVERRIDE {
+    parent_->OnWebContentsDestroyed(web_contents());
   }
 
  private: