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

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

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/frame_border_hit_test_controller.h ('k') | ash/mus/frame/header_painter.h » ('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.cc
diff --git a/mash/wm/frame/frame_border_hit_test_controller.cc b/ash/mus/frame/frame_border_hit_test_controller.cc
similarity index 94%
rename from mash/wm/frame/frame_border_hit_test_controller.cc
rename to ash/mus/frame/frame_border_hit_test_controller.cc
index 4ea847f8cbdd9d37527631c12d1ab1d3b4e26825..0beee5d31d85a944b9f0a942d95a5509ad76d8ce 100644
--- a/mash/wm/frame/frame_border_hit_test_controller.cc
+++ b/ash/mus/frame/frame_border_hit_test_controller.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mash/wm/frame/frame_border_hit_test_controller.h"
+#include "ash/mus/frame/frame_border_hit_test_controller.h"
-#include "mash/wm/frame/caption_buttons/frame_caption_button_container_view.h"
+#include "ash/mus/frame/caption_buttons/frame_caption_button_container_view.h"
#include "ui/aura/env.h"
#include "ui/aura/window.h"
#include "ui/base/hit_test.h"
@@ -13,8 +13,8 @@
#include "ui/views/widget/widget_delegate.h"
#include "ui/views/window/non_client_view.h"
-namespace mash {
-namespace wm {
+namespace ash {
+namespace mus {
// In the window corners, the resize areas don't actually expand bigger, but the
// 16 px at the end of each edge triggers diagonal resizing.
@@ -85,5 +85,5 @@ int FrameBorderHitTestController::NonClientHitTest(
return HTCAPTION;
}
-} // namespace wm
-} // namespace mash
+} // namespace mus
+} // namespace ash
« no previous file with comments | « ash/mus/frame/frame_border_hit_test_controller.h ('k') | ash/mus/frame/header_painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698