summaryrefslogtreecommitdiffstats
path: root/ui/base/models/tree_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/models/tree_model.h')
-rw-r--r--ui/base/models/tree_model.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/base/models/tree_model.h b/ui/base/models/tree_model.h
index 190115b..56b1bff 100644
--- a/ui/base/models/tree_model.h
+++ b/ui/base/models/tree_model.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/string16.h"
+#include "ui/ui_api.h"
class SkBitmap;
@@ -53,7 +54,7 @@ class TreeModelObserver {
// TreeModel ------------------------------------------------------------------
// The model for TreeView.
-class TreeModel {
+class UI_API TreeModel {
public:
// Returns the root of the tree. This may or may not be shown in the tree,
// see SetRootShown for details.