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

Unified Diff: ash/common/wm/workspace/multi_window_resize_controller.h

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ash/common/wm/workspace/multi_window_resize_controller.h
diff --git a/ash/wm/common/workspace/multi_window_resize_controller.h b/ash/common/wm/workspace/multi_window_resize_controller.h
similarity index 95%
rename from ash/wm/common/workspace/multi_window_resize_controller.h
rename to ash/common/wm/workspace/multi_window_resize_controller.h
index a0bab3fea061b880b590b9629b70ce79bb95c8a6..009fa683f139ddbfadabfb788c09de9a90529c03 100644
--- a/ash/wm/common/workspace/multi_window_resize_controller.h
+++ b/ash/common/wm/workspace/multi_window_resize_controller.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_WM_COMMON_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
-#define ASH_WM_COMMON_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
+#ifndef ASH_COMMON_WM_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
+#define ASH_COMMON_WM_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
#include <memory>
#include <vector>
#include "ash/ash_export.h"
-#include "ash/wm/common/wm_window_observer.h"
+#include "ash/common/wm/wm_window_observer.h"
#include "base/macros.h"
#include "base/timer/timer.h"
#include "ui/gfx/geometry/rect.h"
@@ -177,4 +177,4 @@ class ASH_EXPORT MultiWindowResizeController
} // namespace ash
-#endif // ASH_WM_COMMON_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
+#endif // ASH_COMMON_WM_WORKSPACE_MULTI_WINDOW_RESIZE_CONTROLLER_H_
« no previous file with comments | « ash/common/wm/workspace/magnetism_matcher.cc ('k') | ash/common/wm/workspace/multi_window_resize_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698