| Index: chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm b/chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm
|
| index 9e988c2ecd5eb1659bd3e6df4e0a646902dfeb04..c33c1e935df0f718596f7a90160b599dbfe4bf24 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm
|
| @@ -17,7 +17,7 @@ class UserManagerMacTest : public BrowserWithTestWindowTest {
|
| : testing_profile_manager_(TestingBrowserProcess::GetGlobal()) {
|
| }
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| BrowserWithTestWindowTest::SetUp();
|
| ASSERT_TRUE(testing_profile_manager_.SetUp());
|
| // Pre-load the guest profile so we don't have to wait for the User Manager
|
| @@ -25,7 +25,7 @@ class UserManagerMacTest : public BrowserWithTestWindowTest {
|
| testing_profile_manager_.CreateGuestProfile();
|
| }
|
|
|
| - virtual void TearDown() OVERRIDE {
|
| + virtual void TearDown() override {
|
| testing_profile_manager_.DeleteGuestProfile();
|
| TestingBrowserProcess::GetGlobal()->SetProfileManager(NULL);
|
| base::RunLoop().RunUntilIdle();
|
|
|