| 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.
|
|
|