Index: ui/events/devices/x11/touch_factory_x11.cc |
diff --git a/ui/events/devices/x11/touch_factory_x11.cc b/ui/events/devices/x11/touch_factory_x11.cc |
index 0a35527178403bd1fb484f729948562d46a78a2a..717e0c741f4c7a32ded7c747efb0192e0ecca9aa 100644 |
--- a/ui/events/devices/x11/touch_factory_x11.cc |
+++ b/ui/events/devices/x11/touch_factory_x11.cc |
@@ -39,7 +39,7 @@ TouchFactory::TouchFactory() |
XDisplay* display = gfx::GetXDisplay(); |
UpdateDeviceList(display); |
- CommandLine* cmdline = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); |
touch_events_disabled_ = cmdline->HasSwitch(switches::kTouchEvents) && |
cmdline->GetSwitchValueASCII(switches::kTouchEvents) == |
switches::kTouchEventsDisabled; |
@@ -59,7 +59,7 @@ void TouchFactory::SetTouchDeviceListFromCommandLine() { |
// This is primarily used for testing/debugging touch-event processing when a |
// touch-device isn't available. |
std::string touch_devices = |
- CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
+ base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
switches::kTouchDevices); |
if (!touch_devices.empty()) { |