Index: ash/wm/common/window_state_util.h |
diff --git a/ash/wm/common/window_state_util.h b/ash/wm/common/window_state_util.h |
index dd561bd8856595d5ff10f89a0488a2532d76a15f..6a270447588457f69cd7ede72d63228f08eba174 100644 |
--- a/ash/wm/common/window_state_util.h |
+++ b/ash/wm/common/window_state_util.h |
@@ -5,7 +5,7 @@ |
#ifndef ASH_WM_COMMON_WINDOW_STATE_UTIL_H_ |
#define ASH_WM_COMMON_WINDOW_STATE_UTIL_H_ |
-#include "ash/wm/common/ash_wm_common_export.h" |
+#include "ash/ash_export.h" |
namespace ash { |
namespace wm { |
@@ -13,8 +13,8 @@ class WindowState; |
class WindowStateDelegate; |
// Toggle the full screen from inside a WindowState::State handler. |
-ASH_WM_COMMON_EXPORT void ToggleFullScreen(WindowState* window_state, |
- WindowStateDelegate* delegate); |
+ASH_EXPORT void ToggleFullScreen(WindowState* window_state, |
+ WindowStateDelegate* delegate); |
} // namespace wm |
} // namespace ash |