Index: ash/display/mirror_window_controller_unittest.cc |
diff --git a/ash/display/mirror_window_controller_unittest.cc b/ash/display/mirror_window_controller_unittest.cc |
index 5fe91417b55703d397491e4d1d8dce93c3054775..06e233eb86eb692c20b17ab575e20d7c3c51f466 100644 |
--- a/ash/display/mirror_window_controller_unittest.cc |
+++ b/ash/display/mirror_window_controller_unittest.cc |
@@ -34,9 +34,9 @@ class MirrorOnBootTest : public test::AshTestBase { |
~MirrorOnBootTest() override {} |
void SetUp() override { |
- CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
+ base::CommandLine::ForCurrentProcess()->AppendSwitchASCII( |
switches::kAshHostWindowBounds, "1+1-300x300,1+301-300x300"); |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
+ base::CommandLine::ForCurrentProcess()->AppendSwitch( |
switches::kAshEnableSoftwareMirroring); |
test::AshTestBase::SetUp(); |
} |