| 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 93d681be37286f6205c066178abb77d4f589b87e..b41ab0c3142c9e6bfd08d2b21619b8193314f825 100644
|
| --- a/chrome/browser/ui/cocoa/cocoa_profile_test.h
|
| +++ b/chrome/browser/ui/cocoa/cocoa_profile_test.h
|
| @@ -39,9 +39,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() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| - virtual void TearDown() OVERRIDE;
|
| + virtual void TearDown() override;
|
|
|
| TestingProfileManager* testing_profile_manager() {
|
| return &profile_manager_;
|
|
|