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

Unified Diff: chrome/browser/ui/cocoa/cocoa_profile_test.h

Issue 8603006: Add OVERRIDE to chrome/browser/ui/cocoa/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/cocoa/browser_window_cocoa.h ('k') | chrome/browser/ui/cocoa/command_observer_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/cocoa_profile_test.h
diff --git a/chrome/browser/ui/cocoa/cocoa_profile_test.h b/chrome/browser/ui/cocoa/cocoa_profile_test.h
index 7fe4a7d28116b0374ba3708ccd0bf7bc7a1c7a5a..5af3314d2002633a475aa8102d834684687c8795 100644
--- a/chrome/browser/ui/cocoa/cocoa_profile_test.h
+++ b/chrome/browser/ui/cocoa/cocoa_profile_test.h
@@ -37,9 +37,9 @@ class CocoaProfileTest : public CocoaTest {
// succeed, else it will ASSERT and cause the test to fail. Subclasses that
// do work in SetUp should ASSERT that either browser() or profile() are
// non-NULL before proceeding after the call to super (this).
- virtual void SetUp();
+ virtual void SetUp() OVERRIDE;
- virtual void TearDown();
+ virtual void TearDown() OVERRIDE;
TestingProfileManager* testing_profile_manager() {
return &profile_manager_;
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_cocoa.h ('k') | chrome/browser/ui/cocoa/command_observer_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698