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

Unified Diff: ash/mus/drag_window_resizer.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/drag_window_resizer.h ('k') | ash/mus/fill_layout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/drag_window_resizer.cc
diff --git a/mash/wm/drag_window_resizer.cc b/ash/mus/drag_window_resizer.cc
similarity index 85%
rename from mash/wm/drag_window_resizer.cc
rename to ash/mus/drag_window_resizer.cc
index 3fc53360f089577a11a10aa0a891b1d51cb2d4c1..7f4a278d70eb4c245300278b29fcbc1ada5aa703 100644
--- a/mash/wm/drag_window_resizer.cc
+++ b/ash/mus/drag_window_resizer.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mash/wm/drag_window_resizer.h"
+#include "ash/mus/drag_window_resizer.h"
-namespace mash {
-namespace wm {
+namespace ash {
+namespace mus {
DragWindowResizer::DragWindowResizer(
std::unique_ptr<WindowResizer> next_window_resizer,
- ash::wm::WindowState* window_state)
+ wm::WindowState* window_state)
: WindowResizer(window_state),
next_window_resizer_(std::move(next_window_resizer)) {}
@@ -36,5 +36,5 @@ void DragWindowResizer::RevertDrag() {
NOTIMPLEMENTED();
}
-} // namespace wm
-} // namespace mash
+} // namespace mus
+} // namespace ash
« no previous file with comments | « ash/mus/drag_window_resizer.h ('k') | ash/mus/fill_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698