diff options
Diffstat (limited to 'chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h')
-rw-r--r-- | chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h index 8c18792..f19cbb4 100644 --- a/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h +++ b/chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h @@ -68,7 +68,7 @@ class OmniboxUIHandler : public AutocompleteControllerDelegate, // Looks up whether the hostname is a typed host (i.e., has received // typed visits). Return true if the lookup succeeded; if so, the // value of |is_typed_host| is set appropriately. - bool LookupIsTypedHost(const string16& host, bool* is_typed_host) const; + bool LookupIsTypedHost(const base::string16& host, bool* is_typed_host) const; // Re-initializes the AutocompleteController in preparation for the // next query. |