diff options
Diffstat (limited to 'ash/wm/image_cursors.h')
-rw-r--r-- | ash/wm/image_cursors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/image_cursors.h b/ash/wm/image_cursors.h index 3f1e609..f7bcfd6 100644 --- a/ash/wm/image_cursors.h +++ b/ash/wm/image_cursors.h @@ -41,7 +41,7 @@ class ASH_EXPORT ImageCursors { void SetPlatformCursor(gfx::NativeCursor* cursor); // Sets the cursor resource module name for non system cursors. - void SetCursorResourceModule(const string16& module_name); + void SetCursorResourceModule(const base::string16& module_name); private: scoped_ptr<ui::CursorLoader> cursor_loader_; |