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

Unified Diff: chrome/browser/ui/views/tab_contents/native_tab_contents_view.h

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.h
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_view.h
index 9bc4efc1107086ac1acfe14480deda45e9c38c5e..f4e0512140adf1050fe0a7314a1f99214a6efab8 100644
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view.h
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view.h
@@ -40,7 +40,7 @@ class NativeTabContentsView {
virtual gfx::NativeWindow GetTopLevelNativeWindow() const = 0;
- virtual void SetPageTitle(const std::wstring& title) = 0;
+ virtual void SetPageTitle(const string16& title) = 0;
virtual void StartDragging(const WebDropData& drop_data,
WebKit::WebDragOperationsMask ops,

Powered by Google App Engine
This is Rietveld 408576698