| Index: ui/base/models/combobox_model.h
|
| diff --git a/ui/base/models/combobox_model.h b/ui/base/models/combobox_model.h
|
| index 828264547de721c6f3c2e4aae8e1971551b4cf9e..81fb048da571ab547b95e568a9aa6603a2c1744e 100644
|
| --- a/ui/base/models/combobox_model.h
|
| +++ b/ui/base/models/combobox_model.h
|
| @@ -14,7 +14,7 @@ namespace ui {
|
| class ComboboxModel {
|
| public:
|
| // Returns the number of items in the combo box.
|
| - virtual int GetItemCount() = 0;
|
| + virtual int GetItemCount() const = 0;
|
|
|
| // Returns the string at the specified index.
|
| virtual string16 GetItemAt(int index) = 0;
|
|
|