| Index: ash/shell/content_client/shell_browser_main_parts.cc
|
| diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc
|
| index c24b69dac522ff26ff1564c5b9dcdb6e429361d9..81d3a106f4dee38d029e44da81311aabd5ca37a7 100644
|
| --- a/ash/shell/content_client/shell_browser_main_parts.cc
|
| +++ b/ash/shell/content_client/shell_browser_main_parts.cc
|
| @@ -35,7 +35,7 @@
|
| #include "ui/message_center/message_center.h"
|
| #endif
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_X11)
|
| #include "ui/base/touch/touch_factory_x11.h"
|
| #endif
|
|
|
| @@ -89,7 +89,7 @@ ShellBrowserMainParts::~ShellBrowserMainParts() {
|
|
|
| #if !defined(OS_MACOSX)
|
| void ShellBrowserMainParts::PreMainMessageLoopStart() {
|
| -#if defined(OS_LINUX)
|
| +#if defined(USE_X11)
|
| ui::TouchFactory::SetTouchDeviceListFromCommandLine();
|
| #endif
|
| }
|
|
|