| Index: chrome/browser/extensions/webstore_startup_installer.h | 
| diff --git a/chrome/browser/extensions/webstore_startup_installer.h b/chrome/browser/extensions/webstore_startup_installer.h | 
| index b90eba602dc0e3c2b249b8ce590dbc672b616969..63430ffd06f9595e1965deec9cb0726bc7368bba 100644 | 
| --- a/chrome/browser/extensions/webstore_startup_installer.h | 
| +++ b/chrome/browser/extensions/webstore_startup_installer.h | 
| @@ -31,7 +31,7 @@ class WebstoreStartupInstaller : public WebstoreInstallWithPrompt { | 
|  | 
| // Implementations of WebstoreStandaloneInstaller Template Method's hooks. | 
| virtual scoped_refptr<ExtensionInstallPrompt::Prompt> CreateInstallPrompt() | 
| -      const OVERRIDE; | 
| +      const override; | 
|  | 
| private: | 
| bool show_prompt_; | 
|  |