| Index: ash/wm/workspace/magnetism_matcher.cc
|
| diff --git a/ash/wm/workspace/magnetism_matcher.cc b/ash/wm/workspace/magnetism_matcher.cc
|
| index e7d674b850c4c51c45ac742b63a03fce4088ef62..d486f618de3ed1088afddc1050f374238e709252 100644
|
| --- a/ash/wm/workspace/magnetism_matcher.cc
|
| +++ b/ash/wm/workspace/magnetism_matcher.cc
|
| @@ -8,8 +8,6 @@
|
| #include <cmath>
|
|
|
| namespace ash {
|
| -namespace internal {
|
| -
|
| namespace {
|
|
|
| // Returns true if |a| is close enough to |b| that the two edges snap.
|
| @@ -190,5 +188,4 @@ void MagnetismMatcher::AttachToSecondaryEdge(
|
| }
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|