| Index: ash/scoped_target_root_window.h
|
| diff --git a/ash/scoped_target_root_window.h b/ash/scoped_target_root_window.h
|
| index 0e7a8b18d7ca238b40da0c8705ae5e93c83854da..c0ab7ef7557b861d32ee7c8c61081d38a38057c5 100644
|
| --- a/ash/scoped_target_root_window.h
|
| +++ b/ash/scoped_target_root_window.h
|
| @@ -4,6 +4,7 @@
|
| #ifndef ASH_SCOPED_TARGET_ROOT_WINDOW_H_
|
| #define ASH_SCOPED_TARGET_ROOT_WINDOW_H_
|
|
|
| +#include "ash/ash_export.h"
|
| #include "base/basictypes.h"
|
|
|
| namespace aura {
|
| @@ -18,7 +19,7 @@ namespace internal {
|
| // in the same window where a user interaction happened.
|
| // An example usage is to specify the target root window when creating
|
| // a new window using launcher's icon.
|
| -class ScopedTargetRootWindow {
|
| +class ASH_EXPORT ScopedTargetRootWindow {
|
| public:
|
| explicit ScopedTargetRootWindow(aura::Window* root_window);
|
| ~ScopedTargetRootWindow();
|
|
|