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

Unified Diff: chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.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/cocoa/location_bar/keyword_hint_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
index 0342bc3399e9009e714e65f297608e917ff5152f..648dc0744bb64fc8eda0a303f4a640e0babaa406 100644
--- a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
@@ -24,8 +24,8 @@ class KeywordHintDecoration : public LocationBarDecoration {
void SetKeyword(const base::string16& keyword, bool is_extension_keyword);
// Implement |LocationBarDecoration|.
- virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
- virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE;
+ virtual void DrawInFrame(NSRect frame, NSView* control_view) override;
+ virtual CGFloat GetWidthForSpace(CGFloat width) override;
private:
// Fetch and cache the [tab] image.
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/image_decoration.h ('k') | chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698