| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 03440e72706df8b239629283537db1e23e679389..283e8019884d89cbbbfa2d5c0341beb4b8b16fb9 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -191,7 +191,7 @@
|
| #endif
|
|
|
| #if defined(TOUCH_UI)
|
| -#include "views/touchui/touch_factory.h"
|
| +#include "ui/base/touchui/touch_factory.h"
|
| #endif
|
|
|
| #if defined(USE_AURA)
|
| @@ -1753,7 +1753,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunInternal() {
|
| #endif
|
|
|
| #if defined(TOUCH_UI)
|
| - views::TouchFactory::GetInstance()->set_keep_mouse_cursor(
|
| + ui::TouchFactory::GetInstance()->set_keep_mouse_cursor(
|
| CommandLine::ForCurrentProcess()->HasSwitch(switches::kKeepMouseCursor));
|
| #endif
|
|
|
|
|