Index: chrome/browser/autocomplete/shortcuts_backend_factory.h |
diff --git a/chrome/browser/autocomplete/shortcuts_backend_factory.h b/chrome/browser/autocomplete/shortcuts_backend_factory.h |
index 4a0a5457026a07bf3001a1cf144c8adf04001978..ce857d7607828392d35d08a77757f7e9f54b7b8e 100644 |
--- a/chrome/browser/autocomplete/shortcuts_backend_factory.h |
+++ b/chrome/browser/autocomplete/shortcuts_backend_factory.h |
@@ -42,8 +42,8 @@ class ShortcutsBackendFactory |
// BrowserContextKeyedServiceFactory: |
virtual scoped_refptr<RefcountedKeyedService> BuildServiceInstanceFor( |
- content::BrowserContext* profile) const OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
+ content::BrowserContext* profile) const override; |
+ virtual bool ServiceIsNULLWhileTesting() const override; |
}; |
#endif // CHROME_BROWSER_AUTOCOMPLETE_SHORTCUTS_BACKEND_FACTORY_H_ |