| Index: chrome/browser/autocomplete/contact_provider_chromeos.h
|
| diff --git a/chrome/browser/autocomplete/contact_provider_chromeos.h b/chrome/browser/autocomplete/contact_provider_chromeos.h
|
| index 1a14a386c34cc0bf8c84b68d7d2f404765d63368..9ecb9db43a31f158d2c1185e48f0b401c7e22fc2 100644
|
| --- a/chrome/browser/autocomplete/contact_provider_chromeos.h
|
| +++ b/chrome/browser/autocomplete/contact_provider_chromeos.h
|
| @@ -59,7 +59,7 @@ class ContactProvider : public AutocompleteProvider,
|
| // is matched by |input|. |input_words| is |input.text()| split on word
|
| // boundaries.
|
| void AddContactIfMatched(const AutocompleteInput& input,
|
| - const std::vector<string16>& input_words,
|
| + const std::vector<base::string16>& input_words,
|
| const ContactData& contact);
|
|
|
| // Returns an AutocompleteMatch object corresponding to the passed-in data.
|
|
|