diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-08 18:10:14 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-08 18:10:14 +0000 |
commit | 537de68dc3a6fdb5fe4a908e79e4cdca9d31e281 (patch) | |
tree | a5077d9603551103076bcc19030021236df9db01 /chrome/browser/ui/omnibox | |
parent | 69ba6253fee1319d1cf15f36667acadb33e01774 (diff) | |
download | chromium_src-537de68dc3a6fdb5fe4a908e79e4cdca9d31e281.zip chromium_src-537de68dc3a6fdb5fe4a908e79e4cdca9d31e281.tar.gz chromium_src-537de68dc3a6fdb5fe4a908e79e4cdca9d31e281.tar.bz2 |
Convert LocationBar::GetInputString from wstring to string16.
Also add OVERRIDE to the GTK+ and OSX implementations.
BUG=23581
Review URL: http://codereview.chromium.org/7550050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95839 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/omnibox')
-rw-r--r-- | chrome/browser/ui/omnibox/location_bar.h | 2 |
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. |