| 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_;
|
|
|