| Index: chrome/browser/autocomplete/history_provider_util.cc
|
| diff --git a/chrome/browser/autocomplete/history_provider_util.cc b/chrome/browser/autocomplete/history_provider_util.cc
|
| index 371d7b948c352f4e5bde9ef378531f04b4040d5a..439248d6da234f68f3c75a9ee7a04b14f0f2cf93 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) {
|
|
|