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

Unified Diff: chrome/test/base/test_location_bar.cc

Issue 7550050: Convert LocationBar::GetInputString from wstring to string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gurl string16 Created 9 years, 4 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 | « chrome/test/base/test_location_bar.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_location_bar.cc
diff --git a/chrome/test/base/test_location_bar.cc b/chrome/test/base/test_location_bar.cc
index 10e5e67cdffc31a86985f1d862e32bb8919f8e8d..b1def170d3c56760d363024dab235546d74331e9 100644
--- a/chrome/test/base/test_location_bar.cc
+++ b/chrome/test/base/test_location_bar.cc
@@ -11,7 +11,7 @@ TestLocationBar::TestLocationBar()
TestLocationBar::~TestLocationBar() {}
-std::wstring TestLocationBar::GetInputString() const {
+string16 TestLocationBar::GetInputString() const {
return input_string_;
}
« no previous file with comments | « chrome/test/base/test_location_bar.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698