| Index: ui/base/touch/touch_enabled.cc
|
| diff --git a/ui/base/touch/touch_enabled.cc b/ui/base/touch/touch_enabled.cc
|
| index 6d2aebf03cf29172c6283c8d081031eea3f468e4..89d3eac9fd4beda81278e9e9c69baca6735a3803 100644
|
| --- a/ui/base/touch/touch_enabled.cc
|
| +++ b/ui/base/touch/touch_enabled.cc
|
| @@ -12,7 +12,8 @@
|
| namespace ui {
|
|
|
| bool AreTouchEventsEnabled() {
|
| - const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| + const base::CommandLine& command_line =
|
| + *base::CommandLine::ForCurrentProcess();
|
| const std::string touch_enabled_switch =
|
| command_line.HasSwitch(switches::kTouchEvents) ?
|
| command_line.GetSwitchValueASCII(switches::kTouchEvents) :
|
|
|