Index: ash/host/ash_window_tree_host_win.cc |
diff --git a/ash/host/ash_window_tree_host_win.cc b/ash/host/ash_window_tree_host_win.cc |
index 22199144f3cdff0b20b82efa1570cc6ad1178f9e..d8ab45bc15191d81aa82a51c4fe803d7c4a5aa8b 100644 |
--- a/ash/host/ash_window_tree_host_win.cc |
+++ b/ash/host/ash_window_tree_host_win.cc |
@@ -114,7 +114,7 @@ class AshWindowTreeHostWin : public AshWindowTreeHost, |
AshWindowTreeHost* AshWindowTreeHost::Create( |
const AshWindowTreeHostInitParams& init_params) { |
if (base::win::GetVersion() >= base::win::VERSION_WIN7 && |
- !CommandLine::ForCurrentProcess()->HasSwitch( |
+ !base::CommandLine::ForCurrentProcess()->HasSwitch( |
ash::switches::kForceAshToDesktop)) |
return new AshRemoteWindowTreeHostWin(init_params.remote_hwnd); |