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

Unified Diff: chrome/browser/ui/sync/one_click_signin_bubble_links_delegate.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
« no previous file with comments | « chrome/browser/ui/sync/inline_login_dialog.h ('k') | chrome/browser/ui/sync/one_click_signin_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/sync/one_click_signin_bubble_links_delegate.h
diff --git a/chrome/browser/ui/sync/one_click_signin_bubble_links_delegate.h b/chrome/browser/ui/sync/one_click_signin_bubble_links_delegate.h
index e306709d864414183379795d2b4c4624b35320b3..04dde37ccd1ecb80db3524335d5393fabef5a090 100644
--- a/chrome/browser/ui/sync/one_click_signin_bubble_links_delegate.h
+++ b/chrome/browser/ui/sync/one_click_signin_bubble_links_delegate.h
@@ -19,8 +19,8 @@ class OneClickSigninBubbleLinksDelegate : public OneClickSigninBubbleDelegate {
private:
// OneClickSigninBubbleDelegate:
- virtual void OnLearnMoreLinkClicked(bool is_dialog) OVERRIDE;
- virtual void OnAdvancedLinkClicked() OVERRIDE;
+ virtual void OnLearnMoreLinkClicked(bool is_dialog) override;
+ virtual void OnAdvancedLinkClicked() override;
// Browser in which the links should be opened.
Browser* browser_;
« no previous file with comments | « chrome/browser/ui/sync/inline_login_dialog.h ('k') | chrome/browser/ui/sync/one_click_signin_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698