Index: ash/wm/app_list_controller_unittest.cc |
diff --git a/ash/wm/app_list_controller_unittest.cc b/ash/wm/app_list_controller_unittest.cc |
index f4988948e48da00b64f3111b85849d52c4d6dfcf..d08a0f2f985c63d80191111033356c2caaeb9cbc 100644 |
--- a/ash/wm/app_list_controller_unittest.cc |
+++ b/ash/wm/app_list_controller_unittest.cc |
@@ -44,7 +44,7 @@ AppListControllerTest::~AppListControllerTest() { |
void AppListControllerTest::SetUp() { |
AshTestBase::SetUp(); |
if (IsCentered()) { |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
command_line->AppendSwitch(app_list::switches::kEnableCenteredAppList); |
} |
} |