| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h
|
| index 6397668a05359544a1cb911b71e2de0c936546e5..ee5fab1359a6581f05536f81fc671ccd1fcd9e8e 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h
|
| @@ -56,7 +56,7 @@ class TabContentsViewTouch : public TabContentsView, public views::View {
|
| 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;
|
|
|