Index: ash/wm/common/wm_window.h |
diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h |
index 55031080c14176de097890f2494a6388d0955049..fba8f894ba37d4caffd09ace858abdf47e94effd 100644 |
--- a/ash/wm/common/wm_window.h |
+++ b/ash/wm/common/wm_window.h |
@@ -8,7 +8,7 @@ |
#include <memory> |
#include <vector> |
-#include "ash/wm/common/ash_wm_common_export.h" |
+#include "ash/ash_export.h" |
#include "base/strings/string16.h" |
#include "base/time/time.h" |
#include "ui/base/ui_base_types.h" |
@@ -44,7 +44,7 @@ class WindowState; |
// This class exists as a porting layer to allow ash/wm to work with |
// aura::Window or mus::Window. See aura::Window for details on the functions. |
-class ASH_WM_COMMON_EXPORT WmWindow { |
+class ASH_EXPORT WmWindow { |
public: |
WmWindow* GetRootWindow() { |
return const_cast<WmWindow*>( |