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

Unified Diff: chrome/browser/android/omnibox/answers_image_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/omnibox/answers_image_bridge.cc
diff --git a/chrome/browser/android/omnibox/answers_image_bridge.cc b/chrome/browser/android/omnibox/answers_image_bridge.cc
index 6d19d7c7955c3af7e34f8d423774543db8e24789..09860af141ec0d936e4ebe3557f45333926a1b10 100644
--- a/chrome/browser/android/omnibox/answers_image_bridge.cc
+++ b/chrome/browser/android/omnibox/answers_image_bridge.cc
@@ -35,7 +35,7 @@ class AnswersImageObserverAndroid : public BitmapFetcherService::Observer {
// AnswersImageObserver:
virtual void OnImageChanged(BitmapFetcherService::RequestId request_id,
- const SkBitmap& answers_image) OVERRIDE {
+ const SkBitmap& answers_image) override {
DCHECK(!answers_image.empty());
JNIEnv* env = base::android::AttachCurrentThread();
« no previous file with comments | « chrome/browser/android/most_visited_sites.h ('k') | chrome/browser/android/omnibox/autocomplete_controller_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698