| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| index f7235b2e0dc3981191c44d22be818d95d18e6e84..4bc2eefb820184a675df637c89e89f46265369f4 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc
|
| @@ -67,7 +67,7 @@ gfx::NativeWindow NativeTabContentsViewAura::GetTopLevelNativeWindow() const {
|
| return NULL;
|
| }
|
|
|
| -void NativeTabContentsViewAura::SetPageTitle(const std::wstring& title) {
|
| +void NativeTabContentsViewAura::SetPageTitle(const string16& title) {
|
| // TODO(beng):
|
| NOTIMPLEMENTED();
|
| }
|
|
|