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

Unified Diff: ash/wm/system_modal_container_layout_manager.cc

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 9 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/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"
« no previous file with comments | « ash/wm/system_modal_container_layout_manager.h ('k') | ash/wm/system_modal_container_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698