Index: chrome/browser/tab_contents/tab_contents_view_gtk.h |
diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.h b/chrome/browser/tab_contents/tab_contents_view_gtk.h |
index b21171fd9a7c3a3309c8a759f3646e9ad1e168b1..3d8d36104a8e3d77a2a517f01a687b163a15f59c 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view_gtk.h |
+++ b/chrome/browser/tab_contents/tab_contents_view_gtk.h |
@@ -53,7 +53,7 @@ class TabContentsViewGtk : public TabContentsView, |
virtual gfx::NativeView GetContentNativeView() const OVERRIDE; |
virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE; |
virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE; |
- virtual void SetPageTitle(const std::wstring& title) OVERRIDE; |
+ virtual void SetPageTitle(const string16& title) OVERRIDE; |
virtual void OnTabCrashed(base::TerminationStatus status, |
int error_code) OVERRIDE; |
virtual void SizeContents(const gfx::Size& size) OVERRIDE; |