diff options
Diffstat (limited to 'ui/base/models/list_selection_model.h')
-rw-r--r-- | ui/base/models/list_selection_model.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/models/list_selection_model.h b/ui/base/models/list_selection_model.h index 8a17509..234714d 100644 --- a/ui/base/models/list_selection_model.h +++ b/ui/base/models/list_selection_model.h @@ -8,7 +8,7 @@ #include <vector> #include "base/basictypes.h" -#include "ui/base/ui_export.h" +#include "ui/base/ui_base_export.h" namespace ui { @@ -21,7 +21,7 @@ namespace ui { // // Typically there is only one selected item, in which case the anchor and // active index correspond to the same thing. -class UI_EXPORT ListSelectionModel { +class UI_BASE_EXPORT ListSelectionModel { public: typedef std::vector<int> SelectedIndices; |