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

Unified Diff: chrome/browser/ui/views/location_bar/translate_icon_view.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/views/location_bar/translate_icon_view.h
diff --git a/chrome/browser/ui/views/location_bar/translate_icon_view.h b/chrome/browser/ui/views/location_bar/translate_icon_view.h
index 7439f86860891d7bd363e36b12286df46f110d91..28a54491b0a8c414aac7d077260b1d0d3cd4a020 100644
--- a/chrome/browser/ui/views/location_bar/translate_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/translate_icon_view.h
@@ -21,9 +21,9 @@ class TranslateIconView : public BubbleIconView {
protected:
// BubbleIconView:
- virtual bool IsBubbleShowing() const OVERRIDE;
+ virtual bool IsBubbleShowing() const override;
virtual void OnExecuting(
- BubbleIconView::ExecuteSource execute_source) OVERRIDE;
+ BubbleIconView::ExecuteSource execute_source) override;
private:
DISALLOW_COPY_AND_ASSIGN(TranslateIconView);
« no previous file with comments | « chrome/browser/ui/views/location_bar/star_view_browsertest.cc ('k') | chrome/browser/ui/views/location_bar/zoom_bubble_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698