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

Unified Diff: webkit/tools/test_shell/test_navigation_controller.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_navigation_controller.h ('k') | webkit/tools/test_shell/test_shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_navigation_controller.cc
diff --git a/webkit/tools/test_shell/test_navigation_controller.cc b/webkit/tools/test_shell/test_navigation_controller.cc
index 1142839ae1bba4222def444eb26f883ad8cfd9a1..344c80c2e37052a1ac7227abb7c88793c4add552 100644
--- a/webkit/tools/test_shell/test_navigation_controller.cc
+++ b/webkit/tools/test_shell/test_navigation_controller.cc
@@ -16,11 +16,9 @@ TestNavigationEntry::TestNavigationEntry()
TestNavigationEntry::TestNavigationEntry(int page_id,
const GURL& url,
- const std::wstring& title,
- const std::wstring& target_frame)
+ const string16& target_frame)
: page_id_(page_id),
url_(url),
- title_(title),
target_frame_(target_frame) {
}
« no previous file with comments | « webkit/tools/test_shell/test_navigation_controller.h ('k') | webkit/tools/test_shell/test_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698