| Index: ui/gfx/win/hwnd_util.h
|
| diff --git a/ui/gfx/win/hwnd_util.h b/ui/gfx/win/hwnd_util.h
|
| index 472daccd82efe24aab4d63c61db4d6e04f2ea022..2afd660f5d8d2f13a4c9bdd8eebfca1e4352814b 100644
|
| --- a/ui/gfx/win/hwnd_util.h
|
| +++ b/ui/gfx/win/hwnd_util.h
|
| @@ -15,8 +15,8 @@ class Point;
|
| class Size;
|
|
|
| // A version of the GetClassNameW API that returns the class name in an
|
| -// string16. An empty result indicates a failure to get the class name.
|
| -GFX_EXPORT string16 GetClassName(HWND hwnd);
|
| +// base::string16. An empty result indicates a failure to get the class name.
|
| +GFX_EXPORT base::string16 GetClassName(HWND hwnd);
|
|
|
| // Useful for subclassing a HWND. Returns the previous window procedure.
|
| GFX_EXPORT WNDPROC SetWindowProc(HWND hwnd, WNDPROC wndproc);
|
|
|