| 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 8504acb7b971a6fa846918cf24846b35a03c8e64..b05db4860117f540bd8352dd53724d9c9200b554 100644
|
| --- a/chrome/browser/chromeos/login/login_manager_test.h
|
| +++ b/chrome/browser/chromeos/login/login_manager_test.h
|
| @@ -27,7 +27,7 @@ class LoginManagerTest : public InProcessBrowserTest {
|
|
|
| // Overriden from InProcessBrowserTest.
|
| virtual void CleanUpOnMainThread() OVERRIDE;
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| virtual void SetUpInProcessBrowserTestFixture() OVERRIDE;
|
| virtual void SetUpOnMainThread() OVERRIDE;
|
|
|
|
|