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

Unified Diff: chrome/browser/android/logo_bridge.cc

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/android/logo_bridge.cc
diff --git a/chrome/browser/android/logo_bridge.cc b/chrome/browser/android/logo_bridge.cc
index d40289428c70c077a820ada2bbbdf21aa40eb822..b673ebcad46eec692c6fab0607dde748b028c3f3 100644
--- a/chrome/browser/android/logo_bridge.cc
+++ b/chrome/browser/android/logo_bridge.cc
@@ -57,7 +57,7 @@ class LogoObserverAndroid : public search_provider_logos::LogoObserver {
// seach_provider_logos::LogoObserver:
virtual void OnLogoAvailable(const search_provider_logos::Logo* logo,
- bool from_cache) OVERRIDE {
+ bool from_cache) override {
if (!logo_bridge_)
return;
@@ -67,7 +67,7 @@ class LogoObserverAndroid : public search_provider_logos::LogoObserver {
env, j_logo_observer_.obj(), j_logo.obj(), from_cache);
}
- virtual void OnObserverRemoved() OVERRIDE {
+ virtual void OnObserverRemoved() override {
delete this;
}
« no previous file with comments | « chrome/browser/android/intercept_download_resource_throttle.h ('k') | chrome/browser/android/logo_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698