| Index: ash/focus_cycler.h
|
| diff --git a/ash/focus_cycler.h b/ash/focus_cycler.h
|
| index c084a988209a464fca7c7780d638062918fbd08a..0b33082bb6cc55b83d7aad3b5e9fe9d5ef320899 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,
|
|
|