Index: ash/wm/maximize_mode/maximize_mode_controller.cc |
diff --git a/ash/common/wm/maximize_mode/maximize_mode_controller.cc b/ash/wm/maximize_mode/maximize_mode_controller.cc |
similarity index 98% |
rename from ash/common/wm/maximize_mode/maximize_mode_controller.cc |
rename to ash/wm/maximize_mode/maximize_mode_controller.cc |
index 6ea28beb58a2532df56232fde1be6721f866c5d6..6df9ffb85637bf896a322e7cbb7325d71807e177 100644 |
--- a/ash/common/wm/maximize_mode/maximize_mode_controller.cc |
+++ b/ash/wm/maximize_mode/maximize_mode_controller.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 "ash/common/wm/maximize_mode/maximize_mode_controller.h" |
+#include "ash/wm/maximize_mode/maximize_mode_controller.h" |
#include <utility> |
-#include "ash/common/ash_switches.h" |
-#include "ash/common/wm/maximize_mode/maximize_mode_window_manager.h" |
-#include "ash/common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h" |
-#include "ash/common/wm_shell.h" |
+#include "ash/ash_switches.h" |
+#include "ash/wm/maximize_mode/maximize_mode_window_manager.h" |
+#include "ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h" |
+#include "ash/wm_shell.h" |
#include "base/command_line.h" |
#include "base/metrics/histogram_macros.h" |
#include "base/time/default_tick_clock.h" |