Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: ash/accelerators/magnifier_key_scroller.cc

Issue 684783004: Prefix CommandLine usage with base namespace (Part 4: ash/) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/accelerators/debug_commands.cc ('k') | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/magnifier_key_scroller.cc
diff --git a/ash/accelerators/magnifier_key_scroller.cc b/ash/accelerators/magnifier_key_scroller.cc
index c734e84bc4542ea82c6330739836569057dd4137..eeeda2dfa81b01a95995a5b06cb2842ec559e65c 100644
--- a/ash/accelerators/magnifier_key_scroller.cc
+++ b/ash/accelerators/magnifier_key_scroller.cc
@@ -19,7 +19,7 @@ bool magnifier_key_scroller_enabled = false;
bool MagnifierKeyScroller::IsEnabled() {
bool has_switch = false;
#if defined(OS_CHROMEOS)
- has_switch = CommandLine::ForCurrentProcess()->HasSwitch(
+ has_switch = base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kAshEnableMagnifierKeyScroller);
#endif
« no previous file with comments | « ash/accelerators/debug_commands.cc ('k') | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698