diff options
Diffstat (limited to 'chrome/browser/autocomplete/history_provider_util.cc')
-rw-r--r-- | chrome/browser/autocomplete/history_provider_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete/history_provider_util.cc b/chrome/browser/autocomplete/history_provider_util.cc index 371d7b9..439248d 100644 --- a/chrome/browser/autocomplete/history_provider_util.cc +++ b/chrome/browser/autocomplete/history_provider_util.cc @@ -10,7 +10,7 @@ namespace history { HistoryMatch::HistoryMatch() : url_info(), - input_location(string16::npos), + input_location(base::string16::npos), match_in_scheme(false), innermost_match(true), promoted(false) { |