Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3057)

Unified Diff: ash/wm/common/window_state.h

Issue 2018753003: Moves ash/wm/common back into ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove BUILD.gn again Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/common/window_resizer.h ('k') | ash/wm/common/window_state_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/window_state.h
diff --git a/ash/wm/common/window_state.h b/ash/wm/common/window_state.h
index a24f6282b2abdd4791e70a36d0c44a285ab76a64..5bcb23e05271c05c6b883b905f7668fe52fe5983 100644
--- a/ash/wm/common/window_state.h
+++ b/ash/wm/common/window_state.h
@@ -7,7 +7,7 @@
#include <memory>
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "ash/wm/common/drag_details.h"
#include "ash/wm/common/wm_types.h"
#include "base/gtest_prod_util.h"
@@ -45,7 +45,7 @@ class WmWindow;
// Prefer using this class instead of passing aura::Window* around in
// ash code as this is often what you need to interact with, and
// accessing the window using |window()| is cheap.
-class ASH_WM_COMMON_EXPORT WindowState {
+class ASH_EXPORT WindowState {
public:
// A subclass of State class represents one of the window's states
// that corresponds to WindowStateType in Ash environment, e.g.
« no previous file with comments | « ash/wm/common/window_resizer.h ('k') | ash/wm/common/window_state_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698