| Index: chrome/browser/chromeos/login/login_manager_test.h
|
| diff --git a/chrome/browser/chromeos/login/login_manager_test.h b/chrome/browser/chromeos/login/login_manager_test.h
|
| index 30f478eac5748890a3cf854041669cfa6261aa84..17108a3a58abc4d197bab6422abb15d92a1ad06f 100644
|
| --- a/chrome/browser/chromeos/login/login_manager_test.h
|
| +++ b/chrome/browser/chromeos/login/login_manager_test.h
|
| @@ -30,10 +30,10 @@ class LoginManagerTest : public MixinBasedBrowserTest {
|
| explicit LoginManagerTest(bool should_launch_browser);
|
|
|
| // Overriden from InProcessBrowserTest.
|
| - virtual void TearDownOnMainThread() OVERRIDE;
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| - virtual void SetUpInProcessBrowserTestFixture() OVERRIDE;
|
| - virtual void SetUpOnMainThread() OVERRIDE;
|
| + virtual void TearDownOnMainThread() override;
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
| + virtual void SetUpInProcessBrowserTestFixture() override;
|
| + virtual void SetUpOnMainThread() override;
|
|
|
| // Registers the user with the given |user_id| on the device.
|
| // This method should be called in PRE_* test.
|
|
|