Index: chrome/browser/autocomplete/search_provider.cc |
=================================================================== |
--- chrome/browser/autocomplete/search_provider.cc (revision 10828) |
+++ chrome/browser/autocomplete/search_provider.cc (working copy) |
@@ -302,7 +302,8 @@ |
DictionaryValue* dict_val = static_cast<DictionaryValue*>(optional_val); |
// Parse Google Suggest specific type extension. |
- static const std::wstring kGoogleSuggestType(L"google:suggesttype"); |
+ static const string16 kGoogleSuggestType( |
+ ASCIIToUTF16("google:suggesttype")); |
if (dict_val->HasKey(kGoogleSuggestType)) |
dict_val->GetList(kGoogleSuggestType, &type_list); |
} |