Index: chrome/browser/chromeos/file_manager/app_installer.cc |
diff --git a/chrome/browser/chromeos/file_manager/app_installer.cc b/chrome/browser/chromeos/file_manager/app_installer.cc |
index 40c90cd1111d7e2f187fbf35ef320645740bd392..637bc2f6477056633a66fdc9f424908a19af1938 100644 |
--- a/chrome/browser/chromeos/file_manager/app_installer.cc |
+++ b/chrome/browser/chromeos/file_manager/app_installer.cc |
@@ -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: |