Index: ui/base/models/table_model.h |
diff --git a/ui/base/models/table_model.h b/ui/base/models/table_model.h |
index 5792bfee1447a95cbd4330ddf3c28cb1365ee959..68cf20283bc57ecc66f9d23dafef95bfd84cfd01 100644 |
--- a/ui/base/models/table_model.h |
+++ b/ui/base/models/table_model.h |
@@ -9,7 +9,7 @@ |
#include "base/strings/string16.h" |
#include "third_party/icu/source/i18n/unicode/coll.h" |
-#include "ui/base/ui_export.h" |
+#include "ui/base/ui_base_export.h" |
namespace gfx { |
class ImageSkia; |
@@ -20,7 +20,7 @@ namespace ui { |
class TableModelObserver; |
// The model driving the TableView. |
-class UI_EXPORT TableModel { |
+class UI_BASE_EXPORT TableModel { |
public: |
// See HasGroups, get GetGroupID for details as to how this is used. |
struct Group { |
@@ -91,7 +91,7 @@ class UI_EXPORT TableModel { |
}; |
// TableColumn specifies the title, alignment and size of a particular column. |
-struct UI_EXPORT TableColumn { |
+struct UI_BASE_EXPORT TableColumn { |
enum Alignment { |
LEFT, RIGHT, CENTER |
}; |