| Index: chrome/browser/chromeos/options/language_config_model.h
|
| diff --git a/chrome/browser/chromeos/options/language_config_model.h b/chrome/browser/chromeos/options/language_config_model.h
|
| index 4310f77850da73e1d8e3ab5d72890a531c522a3e..031e90e4e68c6bbc1f0c5181092727b3eea9887b 100644
|
| --- a/chrome/browser/chromeos/options/language_config_model.h
|
| +++ b/chrome/browser/chromeos/options/language_config_model.h
|
| @@ -10,6 +10,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/string16.h"
|
| #include "chrome/browser/language_combobox_model.h"
|
| #include "chrome/browser/pref_member.h"
|
| #include "chrome/browser/pref_service.h"
|
| @@ -27,7 +28,7 @@ class AddLanguageComboboxModel : public ::LanguageComboboxModel {
|
| const std::vector<std::string>& locale_codes);
|
| // LanguageComboboxModel overrides.
|
| virtual int GetItemCount();
|
| - virtual std::wstring GetItemAt(int index);
|
| + virtual string16 GetItemAt(int index);
|
|
|
| // Converts the given index (index of the items in the combobox) to the
|
| // index of the internal language list. The returned index can be used
|
|
|