diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-27 15:59:56 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-27 15:59:56 +0000 |
commit | e395632a2e7caef7c1113306b1cdf6961452e1ae (patch) | |
tree | 44d447bec9ee0d731de4b7b5937bae7af1ecba38 /ash | |
parent | 090f8ecbf6f2d3551004d1059a45528a59e28daf (diff) | |
download | chromium_src-e395632a2e7caef7c1113306b1cdf6961452e1ae.zip chromium_src-e395632a2e7caef7c1113306b1cdf6961452e1ae.tar.gz chromium_src-e395632a2e7caef7c1113306b1cdf6961452e1ae.tar.bz2 |
Fixes component build.
R=zork@chromium.org
TBR=zork@chromium.org
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9477004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r-- | ash/focus_cycler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ash/focus_cycler.h b/ash/focus_cycler.h index c084a98..0b33082 100644 --- a/ash/focus_cycler.h +++ b/ash/focus_cycler.h @@ -8,6 +8,7 @@ #include <vector> +#include "ash/ash_export.h" #include "base/compiler_specific.h" #include "ui/base/accelerators/accelerator.h" @@ -21,7 +22,7 @@ namespace internal { // This class handles moving focus between a set of widgets and the main browser // window. -class FocusCycler : public ui::AcceleratorTarget { +class ASH_EXPORT FocusCycler : public ui::AcceleratorTarget { public: enum Direction { FORWARD, |