| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| index e570b5a3ad0baac9d89e2e4076709279bce6ffb5..06a8f7f0f247acfee26511a2f273c153fe9e25b7 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.h
|
| @@ -29,7 +29,7 @@ class NativeTabContentsViewAura : public views::NativeWidgetAura,
|
| 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,
|
|
|