Index: ash/wm/common/wm_overview_mode_observer.h |
diff --git a/ash/wm/common/wm_overview_mode_observer.h b/ash/wm/common/wm_overview_mode_observer.h |
index 73469573012c38714937e46cbd425386388ed878..c49699fe95576ad52a6ba6b8cf1aeb6f3d857e5c 100644 |
--- a/ash/wm/common/wm_overview_mode_observer.h |
+++ b/ash/wm/common/wm_overview_mode_observer.h |
@@ -5,14 +5,14 @@ |
#ifndef ASH_WM_COMMON_WM_OVERVIEW_MODE_OBSERVER_H_ |
#define ASH_WM_COMMON_WM_OVERVIEW_MODE_OBSERVER_H_ |
-#include "ash/wm/common/ash_wm_common_export.h" |
+#include "ash/ash_export.h" |
namespace ash { |
namespace wm { |
class WmWindow; |
-class ASH_WM_COMMON_EXPORT WmOverviewModeObserver { |
+class ASH_EXPORT WmOverviewModeObserver { |
public: |
virtual void OnOverviewModeEnded() {} |