| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index fa3426530e4998cc98e31fc1ba3e7cd56b9eebdb..aeea749049e983aa6184ba5bf39739b2ed8ba947 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -89,7 +89,7 @@ class AcceleratorController;
|
| class AccessibilityDelegate;
|
| class AshDisplayController;
|
| class AppListDelegateImpl;
|
| -class AshNativeCursorManager;
|
| +class NativeCursorManagerAsh;
|
| class AshTouchTransformController;
|
| class AutoclickController;
|
| class BluetoothNotificationController;
|
| @@ -802,7 +802,7 @@ class ASH_EXPORT Shell : public SessionObserver,
|
|
|
| // |native_cursor_manager_| is owned by |cursor_manager_|, but we keep a
|
| // pointer to vend to test code.
|
| - AshNativeCursorManager* native_cursor_manager_;
|
| + NativeCursorManagerAsh* native_cursor_manager_;
|
|
|
| // Cursor may be hidden on certain key events in Chrome OS, whereas we never
|
| // hide the cursor on Windows.
|
|
|