summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/omnibox
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/omnibox')
-rw-r--r--chrome/browser/ui/omnibox/location_bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/omnibox/location_bar.h b/chrome/browser/ui/omnibox/location_bar.h
index 184d38f..b2ac974 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.