Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
index b41f796ee3bcf2afc798fa7b5b20885f5c1f57a1..f7b6edc15228e779ac6cf846c5a5ed4613bd9789 100644 |
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h |
@@ -55,7 +55,7 @@ class TabContentsViewViews : public views::Widget, |
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; |