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

Unified Diff: chrome/browser/search_engines/search_provider_install_data.cc

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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/search_engines/search_provider_install_data.cc
diff --git a/chrome/browser/search_engines/search_provider_install_data.cc b/chrome/browser/search_engines/search_provider_install_data.cc
index 836b13d5dab9922c1581bfbbf75818a05f475b50..9a42e9e3d70dc2c91ffff92638ed4893e456dec5 100644
--- a/chrome/browser/search_engines/search_provider_install_data.cc
+++ b/chrome/browser/search_engines/search_provider_install_data.cc
@@ -60,7 +60,7 @@ class IOThreadSearchTermsData : public SearchTermsData {
explicit IOThreadSearchTermsData(const std::string& google_base_url);
// Implementation of SearchTermsData.
- virtual std::string GoogleBaseURLValue() const OVERRIDE;
+ virtual std::string GoogleBaseURLValue() const override;
private:
std::string google_base_url_;
@@ -122,7 +122,7 @@ class GoogleURLObserver : public content::RenderProcessHostObserver {
// Implementation of content::RenderProcessHostObserver.
virtual void RenderProcessHostDestroyed(
- content::RenderProcessHost* host) OVERRIDE;
+ content::RenderProcessHost* host) override;
private:
virtual ~GoogleURLObserver() {}

Powered by Google App Engine
This is Rietveld 408576698