| Index: ash/wm/screen_pinning_controller.h
|
| diff --git a/ash/wm/screen_pinning_controller.h b/ash/wm/screen_pinning_controller.h
|
| index 401a7e96d76b51326079c6503bcb0fd4cc4066a1..effb4a914e8f75fa4b838b20f3e82c06bc63cdf2 100644
|
| --- a/ash/wm/screen_pinning_controller.h
|
| +++ b/ash/wm/screen_pinning_controller.h
|
| @@ -8,6 +8,7 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| +#include "ash/ash_export.h"
|
| #include "ash/common/wm_display_observer.h"
|
| #include "base/macros.h"
|
|
|
| @@ -30,7 +31,7 @@ class WindowUserData;
|
| // Android, or a single-purpose or kiosk application."
|
| // https://developer.android.com/about/versions/android-5.0.html#ScreenPinning
|
| // See also ArcKioskAppLauncher::CheckAndPinWindow().
|
| -class ScreenPinningController : public WmDisplayObserver {
|
| +class ASH_EXPORT ScreenPinningController : public WmDisplayObserver {
|
| public:
|
| ScreenPinningController();
|
| ~ScreenPinningController() override;
|
|
|