Index: ash/mus/frame/frame_border_hit_test_controller.h |
diff --git a/mash/wm/frame/frame_border_hit_test_controller.h b/ash/mus/frame/frame_border_hit_test_controller.h |
similarity index 79% |
rename from mash/wm/frame/frame_border_hit_test_controller.h |
rename to ash/mus/frame/frame_border_hit_test_controller.h |
index 2011afd53e4c99e8f38dc6005ac791e5ac0fffd3..aeb4d019338488dc3b2b28f7b66cf7036b66b890 100644 |
--- a/mash/wm/frame/frame_border_hit_test_controller.h |
+++ b/ash/mus/frame/frame_border_hit_test_controller.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef MASH_WM_FRAME_FRAME_BORDER_HITTEST_CONTROLLER_H_ |
-#define MASH_WM_FRAME_FRAME_BORDER_HITTEST_CONTROLLER_H_ |
+#ifndef ASH_MUS_FRAME_FRAME_BORDER_HIT_TEST_CONTROLLER_H_ |
+#define ASH_MUS_FRAME_FRAME_BORDER_HIT_TEST_CONTROLLER_H_ |
#include "base/macros.h" |
@@ -17,8 +17,8 @@ class NonClientFrameView; |
class Widget; |
} |
-namespace mash { |
-namespace wm { |
+namespace ash { |
+namespace mus { |
class FrameCaptionButtonContainerView; |
// Class which manages the hittest override bounds for |frame|. |
@@ -39,7 +39,7 @@ class FrameBorderHitTestController { |
DISALLOW_IMPLICIT_CONSTRUCTORS(FrameBorderHitTestController); |
}; |
-} // namespace wm |
-} // namespace mash |
+} // namespace mus |
+} // namespace ash |
-#endif // MASH_WM_FRAME_FRAME_BORDER_HITTEST_CONTROLLER_H_ |
+#endif // ASH_MUS_FRAME_FRAME_BORDER_HIT_TEST_CONTROLLER_H_ |