| Index: chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc
|
| diff --git a/chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc b/chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc
|
| index c9403dee1a5d10b7ae4b74669d1ff1ff77bc27f0..9f72ff20ab88199ddd067d275f9c6d86493b72f5 100644
|
| --- a/chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc
|
| +++ b/chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc
|
| @@ -97,7 +97,7 @@ TEST_F(ExternalProviderImplChromeOSTest, Normal) {
|
|
|
| // App mode, no external app should be installed.
|
| TEST_F(ExternalProviderImplChromeOSTest, AppMode) {
|
| - CommandLine* command = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command = base::CommandLine::ForCurrentProcess();
|
| command->AppendSwitchASCII(switches::kForceAppMode, std::string());
|
| command->AppendSwitchASCII(switches::kAppId, std::string("app_id"));
|
|
|
|
|