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

Unified Diff: ash/common/root_window_controller_common.cc

Issue 2025413002: Moves RootWindowControllerCommon and LayoutManager to common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_root_window_controller_common
Patch Set: merge 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
« no previous file with comments | « ash/common/root_window_controller_common.h ('k') | ash/common/shell_window_ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/root_window_controller_common.cc
diff --git a/ash/root_window_controller_common.cc b/ash/common/root_window_controller_common.cc
similarity index 98%
rename from ash/root_window_controller_common.cc
rename to ash/common/root_window_controller_common.cc
index 2011a268a357ffe8c9750dcf30bd6df19a70df20..6d35f15772daae41e8756e8a96f4f513a36ad3b9 100644
--- a/ash/root_window_controller_common.cc
+++ b/ash/common/root_window_controller_common.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/root_window_controller_common.h"
+#include "ash/common/root_window_controller_common.h"
+#include "ash/common/shell_window_ids.h"
+#include "ash/common/wm/root_window_layout_manager.h"
#include "ash/common/wm/wm_globals.h"
#include "ash/common/wm/wm_window.h"
-#include "ash/shell_window_ids.h"
-#include "ash/wm/root_window_layout_manager.h"
#include "base/memory/ptr_util.h"
namespace ash {
« no previous file with comments | « ash/common/root_window_controller_common.h ('k') | ash/common/shell_window_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698