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

Unified Diff: chrome/browser/ui/browser_content_translate_driver_observer.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/browser_content_translate_driver_observer.h
diff --git a/chrome/browser/ui/browser_content_translate_driver_observer.h b/chrome/browser/ui/browser_content_translate_driver_observer.h
index eeb00a13b84ea03a7bb8061f3328d60d9ab33fe8..aeef5bf65da3275d27e3d9d1b5c0eb3b827d0b15 100644
--- a/chrome/browser/ui/browser_content_translate_driver_observer.h
+++ b/chrome/browser/ui/browser_content_translate_driver_observer.h
@@ -23,8 +23,8 @@ class BrowserContentTranslateDriverObserver
virtual ~BrowserContentTranslateDriverObserver();
// Overridden from ContentTranslateDriver::Observer
- virtual void OnIsPageTranslatedChanged(content::WebContents* source) OVERRIDE;
- virtual void OnTranslateEnabledChanged(content::WebContents* source) OVERRIDE;
+ virtual void OnIsPageTranslatedChanged(content::WebContents* source) override;
+ virtual void OnTranslateEnabledChanged(content::WebContents* source) override;
private:
Browser* browser_;
« no previous file with comments | « chrome/browser/ui/browser_content_setting_bubble_model_delegate.h ('k') | chrome/browser/ui/browser_focus_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698