Index: ui/views/widget/native_widget_private.h |
diff --git a/ui/views/widget/native_widget_private.h b/ui/views/widget/native_widget_private.h |
index 2cee9533a6b17e8940374157c22c3b42e4b40532..4118c9c4a80a77d6c2d91d02957aeb8063abbd58 100644 |
--- a/ui/views/widget/native_widget_private.h |
+++ b/ui/views/widget/native_widget_private.h |
@@ -152,7 +152,7 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget { |
ui::WindowShowState* show_state) const = 0; |
// Sets the NativeWindow title. Returns true if the title changed. |
- virtual bool SetWindowTitle(const string16& title) = 0; |
+ virtual bool SetWindowTitle(const base::string16& title) = 0; |
// Sets the Window icons. |window_icon| is a 16x16 icon suitable for use in |
// a title bar. |app_icon| is a larger size for use in the host environment |