| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index fb24006edd0f5ca1990d0843ef516ef1261798ad..b708a86edd1516c1e1e0babf30337682f8d3b99d 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -644,7 +644,7 @@ void Shell::Init() {
|
| input_method_filter_.reset(new internal::InputMethodEventFilter);
|
| AddRootWindowEventFilter(input_method_filter_.get());
|
|
|
| - root_window->SetCursor(aura::kCursorPointer);
|
| + root_window->SetCursor(ui::kCursorPointer);
|
| if (initially_hide_cursor_)
|
| root_window->ShowCursor(false);
|
|
|
|
|