| Index: chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| diff --git a/chrome/browser/extensions/activity_log/activity_log_unittest.cc b/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| index bf43068d36e01388d1a4f639f02e23dd76b43d1f..13cdb1d2f71da4f63f081ace6feec6d41a975911 100644
|
| --- a/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| +++ b/chrome/browser/extensions/activity_log/activity_log_unittest.cc
|
| @@ -61,10 +61,10 @@ class ActivityLogTest : public ChromeRenderViewHostTestHarness {
|
| #if defined OS_CHROMEOS
|
| test_user_manager_.reset(new chromeos::ScopedTestUserManager());
|
| #endif
|
| - CommandLine command_line(CommandLine::NO_PROGRAM);
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine command_line(base::CommandLine::NO_PROGRAM);
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableExtensionActivityLogging);
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableExtensionActivityLogTesting);
|
| extension_service_ = static_cast<TestExtensionSystem*>(
|
| ExtensionSystem::Get(profile()))->CreateExtensionService
|
|
|