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

Unified Diff: chrome/browser/ui/omnibox/location_bar.h

Issue 7550050: Convert LocationBar::GetInputString from wstring to string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/ui/omnibox/location_bar.h
diff --git a/chrome/browser/ui/omnibox/location_bar.h b/chrome/browser/ui/omnibox/location_bar.h
index 184d38f393e3636cae9620e2ceeb59d214051ea5..b2ac974f5521b607c63e684519b0e36a27666247 100644
--- a/chrome/browser/ui/omnibox/location_bar.h
+++ b/chrome/browser/ui/omnibox/location_bar.h
@@ -38,7 +38,7 @@ class LocationBar {
InstantCompleteBehavior behavior) = 0;
// Returns the string of text entered in the location bar.
- virtual std::wstring GetInputString() const = 0;
+ virtual string16 GetInputString() const = 0;
// Returns the WindowOpenDisposition that should be used to determine where
// to open a URL entered in the location bar.

Powered by Google App Engine
This is Rietveld 408576698