Index: ash/wm/system_modal_container_layout_manager.cc |
diff --git a/ash/common/wm/system_modal_container_layout_manager.cc b/ash/wm/system_modal_container_layout_manager.cc |
similarity index 97% |
rename from ash/common/wm/system_modal_container_layout_manager.cc |
rename to ash/wm/system_modal_container_layout_manager.cc |
index d6d8d0406f86c8f245847544660f07ff9212869e..010bc4aeb27662b698471003236f940fcc63f6e9 100644 |
--- a/ash/common/wm/system_modal_container_layout_manager.cc |
+++ b/ash/wm/system_modal_container_layout_manager.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/wm/system_modal_container_layout_manager.h" |
+#include "ash/wm/system_modal_container_layout_manager.h" |
#include <cmath> |
-#include "ash/common/session/session_state_delegate.h" |
-#include "ash/common/wm/window_dimmer.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
+#include "ash/session/session_state_delegate.h" |
+#include "ash/wm/window_dimmer.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/memory/ptr_util.h" |
#include "base/stl_util.h" |
#include "ui/aura/client/aura_constants.h" |