| Index: chrome/browser/chromeos/login/wizard_in_process_browser_test.h
|
| diff --git a/chrome/browser/chromeos/login/wizard_in_process_browser_test.h b/chrome/browser/chromeos/login/wizard_in_process_browser_test.h
|
| index 019edf8f8b17312b1eb391cf9eb462cc3bbf5ab1..84c2759c3c4aa9d7efc6b5de9707286e9135da78 100644
|
| --- a/chrome/browser/chromeos/login/wizard_in_process_browser_test.h
|
| +++ b/chrome/browser/chromeos/login/wizard_in_process_browser_test.h
|
| @@ -36,7 +36,7 @@ class WizardInProcessBrowserTest : public InProcessBrowserTest {
|
|
|
| // Overriden from InProcessBrowserTest:
|
| virtual void SetUpOnMainThread() OVERRIDE;
|
| - virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
|
| virtual void CleanUpOnMainThread() OVERRIDE;
|
|
|
| private:
|
|
|