| Index: ui/base/touch/touch_factory.h
|
| diff --git a/ui/base/touch/touch_factory.h b/ui/base/touch/touch_factory.h
|
| index 1f19bede6051be2b633d5616b986a72b0c512ee3..36d6ba02e1ec1d9dfc0dc541efcedc8c256e1e93 100644
|
| --- a/ui/base/touch/touch_factory.h
|
| +++ b/ui/base/touch/touch_factory.h
|
| @@ -98,7 +98,7 @@ class UI_EXPORT TouchFactory {
|
| SetCursorVisible(false, false);
|
| }
|
|
|
| - // Requirement for Signleton
|
| + // Requirement for Singleton
|
| friend struct DefaultSingletonTraits<TouchFactory>;
|
|
|
| // The default cursor is hidden after startup, and when the mouse pointer is
|
| @@ -112,7 +112,7 @@ class UI_EXPORT TouchFactory {
|
|
|
| // The cursor is hidden if it is idle for a certain amount time. This timer
|
| // is used to keep track of the idleness.
|
| - base::OneShotTimer<TouchFactory> cursor_timer_;
|
| + ::base::OneShotTimer<TouchFactory> cursor_timer_;
|
|
|
| // The default cursor.
|
| Cursor arrow_cursor_;
|
|
|