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

Unified Diff: chrome/browser/autocomplete/autocomplete_classifier.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/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,
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_browsertest.cc ('k') | chrome/browser/autocomplete/autocomplete_classifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698