diff options
Diffstat (limited to 'chrome/browser/chromeos/file_manager/app_installer.cc')
-rw-r--r-- | chrome/browser/chromeos/file_manager/app_installer.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/file_manager/app_installer.cc b/chrome/browser/chromeos/file_manager/app_installer.cc index 40c90cd..637bc2f 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: |