| Index: ui/aura/client/cursor_client.h
|
| diff --git a/ui/aura/client/cursor_client.h b/ui/aura/client/cursor_client.h
|
| index f5929ed6dd06af345a1cae4ddeff9aed9cccc401..85be344157ed9a9835ce940fa923ce02d154d48c 100644
|
| --- a/ui/aura/client/cursor_client.h
|
| +++ b/ui/aura/client/cursor_client.h
|
| @@ -62,7 +62,7 @@ class AURA_EXPORT CursorClient {
|
|
|
| // Used to pass the cursor resource module name to the cursor loader. This is
|
| // typically used to load non system cursors.
|
| - virtual void SetCursorResourceModule(const string16& module_name) = 0;
|
| + virtual void SetCursorResourceModule(const base::string16& module_name) = 0;
|
|
|
| // Used to add or remove a CursorClientObserver.
|
| virtual void AddObserver(CursorClientObserver* observer) = 0;
|
|
|