Index: ash/accelerators/debug_commands.cc |
diff --git a/ash/accelerators/debug_commands.cc b/ash/accelerators/debug_commands.cc |
index 7bd4e71af34eefa59c6c375d96b7f66b9bc7b425..4882bd5a5398f4d48afb236d4aaee86e0f4f0959 100644 |
--- a/ash/accelerators/debug_commands.cc |
+++ b/ash/accelerators/debug_commands.cc |
@@ -135,7 +135,7 @@ void PrintUIHierarchies() { |
} |
bool DebugAcceleratorsEnabled() { |
- return CommandLine::ForCurrentProcess()->HasSwitch( |
+ return base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kAshDebugShortcuts); |
} |