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

Unified Diff: chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.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/tab_contents/sad_tab_controller.h
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h b/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h
index 91fc745c5d191d2def1a684216948cb8fdec96dd..ef01d2ba452be5883e093e4d69bb66f26b08d427 100644
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h
+++ b/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h
@@ -24,8 +24,8 @@ class SadTabCocoa : public SadTab {
private:
// Overridden from SadTab:
- virtual void Show() OVERRIDE;
- virtual void Close() OVERRIDE;
+ virtual void Show() override;
+ virtual void Close() override;
base::scoped_nsobject<SadTabController> sad_tab_controller_;

Powered by Google App Engine
This is Rietveld 408576698