Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7713)

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc

Issue 7915008: wstring: convert all SetPageTitle APIs to use string16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
index 9ed403e4752e735bacf6b8ae6a32bda7d9eba81a..9f075e2214fa32b64ca151f7a6d40a0de7e67a4e 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc
@@ -59,7 +59,7 @@ gfx::NativeWindow NativeTabContentsViewViews::GetTopLevelNativeWindow() const {
return NULL;
}
-void NativeTabContentsViewViews::SetPageTitle(const std::wstring& title) {
+void NativeTabContentsViewViews::SetPageTitle(const string16& title) {
SetWindowTitle(title);
}

Powered by Google App Engine
This is Rietveld 408576698