Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: chrome/browser/ui/app_list/search/history.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/app_list/search/history.h
diff --git a/chrome/browser/ui/app_list/search/history.h b/chrome/browser/ui/app_list/search/history.h
index c74387dc1a461fe0b4d46845113f7ada16709986..ddbd659cac41fe0c12fc0b8e35d34715ce15a5f6 100644
--- a/chrome/browser/ui/app_list/search/history.h
+++ b/chrome/browser/ui/app_list/search/history.h
@@ -49,7 +49,7 @@ class History : public KeyedService, public HistoryDataObserver {
friend class app_list::test::SearchHistoryTest;
// HistoryDataObserver overrides:
- virtual void OnHistoryDataLoadedFromStore() OVERRIDE;
+ virtual void OnHistoryDataLoadedFromStore() override;
scoped_ptr<HistoryData> data_;
scoped_refptr<HistoryDataStore> store_;

Powered by Google App Engine
This is Rietveld 408576698