| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
| index 384a2ea57121acd18890ba21ea9403c8f79d5744..728a629b3f7e63a5819bc37250294b1f99e7b983 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_gtk.h
|
| @@ -34,7 +34,7 @@ class NativeTabContentsViewGtk : public views::NativeWidgetGtk,
|
| virtual RenderWidgetHostView* CreateRenderWidgetHostView(
|
| RenderWidgetHost* render_widget_host) OVERRIDE;
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE;
|
| - virtual void SetPageTitle(const std::wstring& title) OVERRIDE;
|
| + virtual void SetPageTitle(const string16& title) OVERRIDE;
|
| virtual void StartDragging(const WebDropData& drop_data,
|
| WebKit::WebDragOperationsMask ops,
|
| const SkBitmap& image,
|
|
|