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

Unified Diff: webkit/tools/test_shell/test_shell_win.cc

Issue 9003013: Remove some wstrings in test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « webkit/tools/test_shell/test_shell_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell_win.cc
diff --git a/webkit/tools/test_shell/test_shell_win.cc b/webkit/tools/test_shell/test_shell_win.cc
index 5c1d7d8280c18608eb0d0c6e6c2724306afd11a3..e3de9320c39b2f90f0e72db5ce82c3137ba4b83a 100644
--- a/webkit/tools/test_shell/test_shell_win.cc
+++ b/webkit/tools/test_shell/test_shell_win.cc
@@ -475,7 +475,7 @@ void TestShell::ResizeSubViews() {
}
void TestShell::LoadURLForFrame(const GURL& url,
- const std::wstring& frame_name) {
+ const string16& frame_name) {
if (!url.is_valid())
return;
@@ -490,7 +490,7 @@ void TestShell::LoadURLForFrame(const GURL& url,
}
navigation_controller_->LoadEntry(
- new TestNavigationEntry(-1, url, std::wstring(), frame_name));
+ new TestNavigationEntry(-1, url, frame_name));
}
LRESULT CALLBACK TestShell::WndProc(HWND hwnd, UINT message, WPARAM wParam,
« no previous file with comments | « webkit/tools/test_shell/test_shell_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698