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

Unified Diff: ash/wm/common/wm_globals.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/wm_event.h ('k') | ash/wm/common/wm_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_globals.h
diff --git a/ash/wm/common/wm_globals.h b/ash/wm/common/wm_globals.h
index f4b929091ad2687149c03e4e9d502797019ef21c..7549cd35519fbcb078870c366f5025245be7e777 100644
--- a/ash/wm/common/wm_globals.h
+++ b/ash/wm/common/wm_globals.h
@@ -10,7 +10,7 @@
#include <memory>
#include <vector>
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
namespace gfx {
class Rect;
@@ -31,7 +31,7 @@ class WmWindow;
enum class WmUserMetricsAction;
// Used for accessing global state.
-class ASH_WM_COMMON_EXPORT WmGlobals {
+class ASH_EXPORT WmGlobals {
public:
virtual ~WmGlobals() {}
« no previous file with comments | « ash/wm/common/wm_event.h ('k') | ash/wm/common/wm_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698