diff options
Diffstat (limited to 'chrome/browser/chromeos/preferences_browsertest.cc')
-rw-r--r-- | chrome/browser/chromeos/preferences_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/preferences_browsertest.cc b/chrome/browser/chromeos/preferences_browsertest.cc index 2944399..5e3474f 100644 --- a/chrome/browser/chromeos/preferences_browsertest.cc +++ b/chrome/browser/chromeos/preferences_browsertest.cc @@ -44,7 +44,7 @@ class PreferencesTest : public LoginManagerTest { input_settings_(NULL), keyboard_(NULL) {} - virtual void SetUpCommandLine(CommandLine* command_line) override { + virtual void SetUpCommandLine(base::CommandLine* command_line) override { LoginManagerTest::SetUpCommandLine(command_line); command_line->AppendSwitch(switches::kStubCrosSettings); } |