| Index: chrome/browser/extensions/webstore_inline_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_inline_installer.h b/chrome/browser/extensions/webstore_inline_installer.h
|
| index 59fcb40a95f11c9fcfdac85ee45a5c59c74f7756..33b278d529a8ec385f07877717f1dbb247bd4ce3 100644
|
| --- a/chrome/browser/extensions/webstore_inline_installer.h
|
| +++ b/chrome/browser/extensions/webstore_inline_installer.h
|
| @@ -58,8 +58,7 @@ class WebstoreInlineInstaller
|
|
|
| private:
|
| // content::WebContentsObserver interface implementation.
|
| - virtual void WebContentsDestroyed(
|
| - content::WebContents* web_contents) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
|
|
| // Checks whether the install is initiated by a page in a verified site
|
| // (which is at least a domain, but can also have a port or a path).
|
|
|