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

Unified Diff: chrome/browser/ui/app_list/search/search_webstore_result.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/search_webstore_result.h
diff --git a/chrome/browser/ui/app_list/search/search_webstore_result.h b/chrome/browser/ui/app_list/search/search_webstore_result.h
index 0f494b896e46dfd4b06fa7a421eba7537f1a6f24..bd7fadff7cab2495aff39aaff07dc44b057b8e4d 100644
--- a/chrome/browser/ui/app_list/search/search_webstore_result.h
+++ b/chrome/browser/ui/app_list/search/search_webstore_result.h
@@ -22,10 +22,10 @@ class SearchWebstoreResult : public ChromeSearchResult {
virtual ~SearchWebstoreResult();
// ChromeSearchResult overides:
- virtual void Open(int event_flags) OVERRIDE;
- virtual void InvokeAction(int action_index, int event_flags) OVERRIDE;
- virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
- virtual ChromeSearchResultType GetType() OVERRIDE;
+ virtual void Open(int event_flags) override;
+ virtual void InvokeAction(int action_index, int event_flags) override;
+ virtual scoped_ptr<ChromeSearchResult> Duplicate() override;
+ virtual ChromeSearchResultType GetType() override;
private:
Profile* profile_;
« no previous file with comments | « chrome/browser/ui/app_list/search/search_controller.h ('k') | chrome/browser/ui/app_list/search/webstore/webstore_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698