| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| index 611775dd0f723f12e175425be71fbaa38abdf716..6339a9e386e26e56db23b4b3b4428a18bf329fc9 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.h
|
| @@ -33,7 +33,7 @@ class NativeTabContentsViewWin : public views::NativeWidgetWin,
|
| 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,
|
|
|