Index: chrome/browser/autocomplete/autocomplete_classifier.h |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_classifier.h (revision 72138) |
+++ chrome/browser/autocomplete/autocomplete_classifier.h (working copy) |
@@ -10,6 +10,7 @@ |
#include "base/basictypes.h" |
#include "base/scoped_ptr.h" |
+#include "base/string16.h" |
class AutocompleteController; |
struct AutocompleteMatch; |
@@ -33,8 +34,8 @@ |
// 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 std::wstring& text, |
- const std::wstring& desired_tld, |
+ void Classify(const string16& text, |
+ const string16& desired_tld, |
bool allow_exact_keyword_match, |
AutocompleteMatch* match, |
GURL* alternate_nav_url); |