| Index: ui/aura/window_tree_host_x11.cc
|
| diff --git a/ui/aura/window_tree_host_x11.cc b/ui/aura/window_tree_host_x11.cc
|
| index 7239b048afd79eb9640424a9c128ab3adbf23f06..9a8c7f92d7ff8efbb4405c91d384f6d68d4fc923 100644
|
| --- a/ui/aura/window_tree_host_x11.cc
|
| +++ b/ui/aura/window_tree_host_x11.cc
|
| @@ -116,10 +116,9 @@ class TouchEventCalibrate : public ui::PlatformEventObserver {
|
| if (ui::PlatformEventSource::GetInstance())
|
| ui::PlatformEventSource::GetInstance()->AddPlatformEventObserver(this);
|
| std::vector<std::string> parts;
|
| - if (Tokenize(CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| + if (Tokenize(base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
|
| switches::kTouchCalibration),
|
| - ",",
|
| - &parts) >= 4) {
|
| + ",", &parts) >= 4) {
|
| if (!base::StringToInt(parts[0], &left_))
|
| DLOG(ERROR) << "Incorrect left border calibration value passed.";
|
| if (!base::StringToInt(parts[1], &right_))
|
|
|