Index: chrome/installer/util/language_selector.cc |
diff --git a/chrome/installer/util/language_selector.cc b/chrome/installer/util/language_selector.cc |
index 0dc3f58c5e344dff81e1a7a6963e452f8964a739..a58048d6dbab2abe77394461fcf793365bbd89a1 100644 |
--- a/chrome/installer/util/language_selector.cc |
+++ b/chrome/installer/util/language_selector.cc |
@@ -11,6 +11,7 @@ |
#include <functional> |
#include "base/logging.h" |
+#include "base/strings/string16.h" |
#include "base/strings/string_util.h" |
#include "base/win/i18n.h" |
#include "chrome/installer/util/google_update_settings.h" |
@@ -190,7 +191,7 @@ bool MatchLanguageOffset(const std::wstring& language, int* offset) { |
// configured languages. |
void GetCandidatesFromSystem(std::vector<std::wstring>* candidates) { |
DCHECK(candidates); |
- std::wstring language; |
+ base::string16 language; |
// Omaha gets first pick. |
GoogleUpdateSettings::GetLanguage(&language); |