Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4511)

Unified Diff: chrome/browser/autocomplete/contact_provider_chromeos.h

Issue 105193002: Replace string16 with base::string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/autocomplete/builtin_provider_unittest.cc ('k') | chrome/browser/autocomplete/contact_provider_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698