| Index: chrome/browser/chromeos/login/oobe_base_test.h
|
| diff --git a/chrome/browser/chromeos/login/oobe_base_test.h b/chrome/browser/chromeos/login/oobe_base_test.h
|
| index ae36c3ba6a863aa49a165ad880b8cc7eb9f0b784..f5caf7da0d897115a570a75f159efb4ba6563b2f 100644
|
| --- a/chrome/browser/chromeos/login/oobe_base_test.h
|
| +++ b/chrome/browser/chromeos/login/oobe_base_test.h
|
| @@ -39,7 +39,7 @@ class OobeBaseTest : public ExtensionApiTest {
|
| virtual void SetUpInProcessBrowserTestFixture() OVERRIDE;
|
| virtual void SetUpOnMainThread() OVERRIDE;
|
| virtual void CleanUpOnMainThread() OVERRIDE;
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
|
|
| // Network status control functions.
|
| void SimulateNetworkOffline();
|
|
|