| 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 eceb15d2ec6f0226f58905ab103b94ba1c1f3ced..3fc51031a09615d242ade4527abdbe9e675c09a5 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);
|
|
|
| // Overridden from InProcessBrowserTest.
|
| - virtual void TearDownOnMainThread() override;
|
| - virtual void SetUpCommandLine(base::CommandLine* command_line) override;
|
| - virtual void SetUpInProcessBrowserTestFixture() override;
|
| - virtual void SetUpOnMainThread() override;
|
| + void TearDownOnMainThread() override;
|
| + void SetUpCommandLine(base::CommandLine* command_line) override;
|
| + void SetUpInProcessBrowserTestFixture() override;
|
| + void SetUpOnMainThread() override;
|
|
|
| // Registers the user with the given |user_id| on the device.
|
| // This method should be called in PRE_* test.
|
|
|