Index: chrome/browser/autocomplete/shortcuts_backend.h |
diff --git a/chrome/browser/autocomplete/shortcuts_backend.h b/chrome/browser/autocomplete/shortcuts_backend.h |
index 2f4436448f7e760972cd5cec3885f43a88d2f761..d8ed072895b01549c5b172f84d0793887564f041 100644 |
--- a/chrome/browser/autocomplete/shortcuts_backend.h |
+++ b/chrome/browser/autocomplete/shortcuts_backend.h |
@@ -97,12 +97,12 @@ class ShortcutsBackend : public RefcountedKeyedService, |
const AutocompleteMatch& match, Profile* profile); |
// RefcountedKeyedService: |
- virtual void ShutdownOnUIThread() OVERRIDE; |
+ virtual void ShutdownOnUIThread() override; |
// content::NotificationObserver: |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details) OVERRIDE; |
+ const content::NotificationDetails& details) override; |
// Internal initialization of the back-end. Posted by Init() to the DB thread. |
// On completion posts InitCompleted() back to UI thread. |