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

Unified Diff: ash/wm/common/workspace/magnetism_matcher.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_window_observer.h ('k') | ash/wm/common/workspace/multi_window_resize_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/workspace/magnetism_matcher.h
diff --git a/ash/wm/common/workspace/magnetism_matcher.h b/ash/wm/common/workspace/magnetism_matcher.h
index b5ce94244f40c9e3d1324ba69a5c8bb158376899..5ec3eb938b025e7dd1373a1a0316eab8bc352a7a 100644
--- a/ash/wm/common/workspace/magnetism_matcher.h
+++ b/ash/wm/common/workspace/magnetism_matcher.h
@@ -10,7 +10,7 @@
#include <utility>
#include <vector>
-#include "ash/wm/common/ash_wm_common_export.h"
+#include "ash/ash_export.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/macros.h"
@@ -157,7 +157,7 @@ struct MatchedEdge {
// attach to it using ShouldAttach().
// . Use AreEdgesObscured() to test if no other windows can match (because all
// edges are completely obscured).
-class ASH_WM_COMMON_EXPORT MagnetismMatcher {
+class ASH_EXPORT MagnetismMatcher {
public:
static const int kMagneticDistance;
« no previous file with comments | « ash/wm/common/wm_window_observer.h ('k') | ash/wm/common/workspace/multi_window_resize_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698