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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_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/frame/browser_non_client_frame_view.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
index 016fda0a603a30e04f6eb669c8527de510001d0f..32a1ad4a764eb58fc542ab89988798dfd688457b 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
@@ -32,7 +32,7 @@ class BrowserNonClientFrameView : public views::NonClientFrameView {
return supervised_user_avatar_label_;
}
- virtual void OnThemeChanged() OVERRIDE;
+ virtual void OnThemeChanged() override;
#endif
// Retrieves the bounds, in non-client view coordinates within which the
@@ -53,7 +53,7 @@ class BrowserNonClientFrameView : public views::NonClientFrameView {
// Overriden from views::View.
virtual void VisibilityChanged(views::View* starting_from,
- bool is_visible) OVERRIDE;
+ bool is_visible) override;
protected:
BrowserView* browser_view() const { return browser_view_; }

Powered by Google App Engine
This is Rietveld 408576698