Index: ui/gfx/win/hwnd_util.cc |
diff --git a/ui/gfx/win/hwnd_util.cc b/ui/gfx/win/hwnd_util.cc |
index fec39d4fe59a6108354c99d241583e74dadfce01..4f060664eb081cc139e692b7e6f7108838dd4ae1 100644 |
--- a/ui/gfx/win/hwnd_util.cc |
+++ b/ui/gfx/win/hwnd_util.cc |
@@ -70,7 +70,7 @@ MSVC_ENABLE_OPTIMIZE(); |
} // namespace |
-string16 GetClassName(HWND window) { |
+base::string16 GetClassName(HWND window) { |
// GetClassNameW will return a truncated result (properly null terminated) if |
// the given buffer is not large enough. So, it is not possible to determine |
// that we got the entire class name if the result is exactly equal to the |