Index: ui/base/models/list_selection_model.h |
diff --git a/ui/base/models/list_selection_model.h b/ui/base/models/list_selection_model.h |
index 8a175092ebb294cca2603df6a853198ae31e749b..234714dd2fa1edacdd8fedb7558f5ef6fc07c00f 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; |