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

Unified Diff: content/test/test_tab_contents_view.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
« no previous file with comments | « content/test/test_tab_contents_view.h ('k') | webkit/tools/test_shell/mac/test_webview_delegate.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_tab_contents_view.cc
diff --git a/content/test/test_tab_contents_view.cc b/content/test/test_tab_contents_view.cc
index 70bbba2ed60c6d34bead8adc4e6cf832a619bae9..216e163bcab7c3329f4343e4b954b397eda2de24 100644
--- a/content/test/test_tab_contents_view.cc
+++ b/content/test/test_tab_contents_view.cc
@@ -85,7 +85,7 @@ gfx::NativeWindow TestTabContentsView::GetTopLevelNativeWindow() const {
void TestTabContentsView::GetContainerBounds(gfx::Rect *out) const {
}
-void TestTabContentsView::SetPageTitle(const std::wstring& title) {
+void TestTabContentsView::SetPageTitle(const string16& title) {
}
void TestTabContentsView::OnTabCrashed(base::TerminationStatus status,
« no previous file with comments | « content/test/test_tab_contents_view.h ('k') | webkit/tools/test_shell/mac/test_webview_delegate.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698