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

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

Issue 1933303002: Moves windowsresizers to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WorkspaceWindowResizer Created 4 years, 8 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/wm/common/workspace/two_step_edge_cycler.h
diff --git a/ash/wm/workspace/two_step_edge_cycler.h b/ash/wm/common/workspace/two_step_edge_cycler.h
similarity index 90%
rename from ash/wm/workspace/two_step_edge_cycler.h
rename to ash/wm/common/workspace/two_step_edge_cycler.h
index d6aca87eec4efe138fe421225565bd11c543b6a4..f4c76d17878a7330a74a6ddbf34d3e4f4d7946f6 100644
--- a/ash/wm/workspace/two_step_edge_cycler.h
+++ b/ash/wm/common/workspace/two_step_edge_cycler.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 ASH_WM_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_
-#define ASH_WM_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_
+#ifndef ASH_WM_COMMON_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_
+#define ASH_WM_COMMON_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_
#include "ash/ash_export.h"
#include "base/macros.h"
@@ -58,4 +58,4 @@ class ASH_EXPORT TwoStepEdgeCycler {
} // namespace ash
-#endif // ASH_WM_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_
+#endif // ASH_WM_COMMON_WORKSPACE_TWO_STEP_EDGE_CYCLER_H_

Powered by Google App Engine
This is Rietveld 408576698