| Index: ash/wm/common/workspace/phantom_window_controller.h
|
| diff --git a/ash/wm/common/workspace/phantom_window_controller.h b/ash/wm/common/workspace/phantom_window_controller.h
|
| index 4715ae69aad18952d1f618c676280ac5874c5d92..c383c2db687daedfe5ffd010c69ef701dbdb959d 100644
|
| --- a/ash/wm/common/workspace/phantom_window_controller.h
|
| +++ b/ash/wm/common/workspace/phantom_window_controller.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <memory>
|
|
|
| -#include "ash/wm/common/ash_wm_common_export.h"
|
| +#include "ash/ash_export.h"
|
| #include "base/macros.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| @@ -23,7 +23,7 @@ class WmWindow;
|
| // PhantomWindowController is responsible for showing a phantom representation
|
| // of a window. It's used to show a preview of how snapping or docking a window
|
| // will affect the window's bounds.
|
| -class ASH_WM_COMMON_EXPORT PhantomWindowController {
|
| +class ASH_EXPORT PhantomWindowController {
|
| public:
|
| explicit PhantomWindowController(wm::WmWindow* window);
|
|
|
|
|