| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.h
|
| index feacb03bb6e9887028dd8d2cdea4c847a2c5a77f..703dd44e13b580e33f835584321c6c911363da52 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.h
|
| @@ -25,7 +25,7 @@ class NativeTabContentsViewViews : public views::NativeWidgetViews,
|
| 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,
|
|
|