| Index: chrome/browser/content_setting_combo_model.h
|
| diff --git a/chrome/browser/content_setting_combo_model.h b/chrome/browser/content_setting_combo_model.h
|
| index bb00acd203a0fc00a265d5412f5dc85cf714a14c..dac487f031e1fac79ceefa03f08ae5784e64a841 100644
|
| --- a/chrome/browser/content_setting_combo_model.h
|
| +++ b/chrome/browser/content_setting_combo_model.h
|
| @@ -9,6 +9,7 @@
|
| #include "app/combobox_model.h"
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/string16.h"
|
| #include "chrome/common/content_settings.h"
|
|
|
| class ContentSettingComboModel : public ComboboxModel {
|
| @@ -17,8 +18,7 @@ class ContentSettingComboModel : public ComboboxModel {
|
| virtual ~ContentSettingComboModel();
|
|
|
| virtual int GetItemCount();
|
| -
|
| - virtual std::wstring GetItemAt(int index);
|
| + virtual string16 GetItemAt(int index);
|
|
|
| ContentSetting SettingForIndex(int index);
|
|
|
|
|