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

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_view_touch.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/tab_contents_view_touch.cc
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc
index 1e13c51fc02343fc5fcf22d2b555ee226ee0accc..0161bd1bcf05fc19c3736967891f13c186bb0916 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc
@@ -126,7 +126,7 @@ void TabContentsViewTouch::StartDragging(const WebDropData& drop_data,
// TODO(anicolao): implement dragging
}
-void TabContentsViewTouch::SetPageTitle(const std::wstring& title) {
+void TabContentsViewTouch::SetPageTitle(const string16& title) {
// TODO(anicolao): figure out if there's anything useful to do here
}

Powered by Google App Engine
This is Rietveld 408576698