| Index: ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h
|
| diff --git a/ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h b/ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h
|
| index 3ede66fdb6b06ada2e40b0e4cd65263ce236312e..109be43a1736a4d5be381aae2825c55e40724018 100644
|
| --- a/ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h
|
| +++ b/ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef ASH_WM_COMMON_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_BACKDROP_DELEGATE_H_
|
| #define ASH_WM_COMMON_WORKSPACE_WORKSPACE_LAYOUT_MANAGER_BACKDROP_DELEGATE_H_
|
|
|
| -#include "ash/wm/common/ash_wm_common_export.h"
|
| +#include "ash/ash_export.h"
|
| #include "ash/wm/common/wm_types.h"
|
|
|
| namespace ash {
|
| @@ -16,7 +16,7 @@ class WmWindow;
|
|
|
| // A delegate which can be set to create and control a backdrop which gets
|
| // placed below the top level window.
|
| -class ASH_WM_COMMON_EXPORT WorkspaceLayoutManagerBackdropDelegate {
|
| +class ASH_EXPORT WorkspaceLayoutManagerBackdropDelegate {
|
| public:
|
| virtual ~WorkspaceLayoutManagerBackdropDelegate() {}
|
|
|
|
|