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

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

Issue 13219005: Replace string16 with base::string16 in src/webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: 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 344c80c2e37052a1ac7227abb7c88793c4add552..9d80f581141f80f68e73c89467f9905379d3b2f0 100644
--- a/webkit/tools/test_shell/test_navigation_controller.cc
+++ b/webkit/tools/test_shell/test_navigation_controller.cc
@@ -16,7 +16,7 @@ TestNavigationEntry::TestNavigationEntry()
TestNavigationEntry::TestNavigationEntry(int page_id,
const GURL& url,
- const string16& target_frame)
+ const base::string16& target_frame)
: page_id_(page_id),
url_(url),
target_frame_(target_frame) {

Powered by Google App Engine
This is Rietveld 408576698