| 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;
|
|
|
|
|