Index: chrome/browser/autocomplete/autocomplete_classifier.h |
diff --git a/chrome/browser/autocomplete/autocomplete_classifier.h b/chrome/browser/autocomplete/autocomplete_classifier.h |
index dc0833eac0aba15168a56f52abbc2c5aa63c98a6..8e9c7601c0209fe0d41ec299731c16e44b32ba9b 100644 |
--- a/chrome/browser/autocomplete/autocomplete_classifier.h |
+++ b/chrome/browser/autocomplete/autocomplete_classifier.h |
@@ -39,7 +39,7 @@ class AutocompleteClassifier : public BrowserContextKeyedService { |
// non-NULL, will be set to the navigational URL (if any) in case of an |
// accidental search; see comments on |
// AutocompleteResult::alternate_nav_url_ in autocomplete.h. |
- void Classify(const string16& text, |
+ void Classify(const base::string16& text, |
bool prefer_keyword, |
bool allow_exact_keyword_match, |
AutocompleteMatch* match, |