diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 22:46:11 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 22:46:11 +0000 |
commit | 2303c68e5343d8ec6b6ff5c965d0a6a6e1115eca (patch) | |
tree | 0ae4986545fcaeaab23166589033639039c3090f /ui | |
parent | aefff93e5d9b86e76c4b9122a2b478b315f58078 (diff) | |
download | chromium_src-2303c68e5343d8ec6b6ff5c965d0a6a6e1115eca.zip chromium_src-2303c68e5343d8ec6b6ff5c965d0a6a6e1115eca.tar.gz chromium_src-2303c68e5343d8ec6b6ff5c965d0a6a6e1115eca.tar.bz2 |
Fixes build bustage. Need to export class.
BUG=none
TEST=none
R=ben@chromium.org
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/9111030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116574 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/views/controls/tree/tree_view_controller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/views/controls/tree/tree_view_controller.h b/ui/views/controls/tree/tree_view_controller.h index 9155d16..2100e21 100644 --- a/ui/views/controls/tree/tree_view_controller.h +++ b/ui/views/controls/tree/tree_view_controller.h @@ -7,6 +7,7 @@ #pragma once #include "ui/base/keycodes/keyboard_codes.h" +#include "ui/views/views_export.h" namespace ui { class TreeModelNode; @@ -19,7 +20,7 @@ class TreeView; // TreeViewController --------------------------------------------------------- // Controller for the treeview. -class TreeViewController { +class VIEWS_EXPORT TreeViewController { public: // Notification that the selection of the tree view has changed. Use // GetSelectedNode to find the current selection. |