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

Unified Diff: ash/mus/frame/frame_border_hit_test_controller.h

Issue 2029883002: Moves mash/wm into ash/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_static_assert
Patch Set: move comment 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/mus/frame/default_header_painter.cc ('k') | ash/mus/frame/frame_border_hit_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/mus/frame/default_header_painter.cc ('k') | ash/mus/frame/frame_border_hit_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698