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

Unified Diff: ash/shelf/shelf_widget.cc

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/shelf/shelf_widget.h ('k') | ash/shelf/shelf_window_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_widget.cc
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc
index a454bd3d10d19c95f4ac3baebd4b89d3927d2e3f..6554768d944f0465f6bda40b3f3642156be19014 100644
--- a/ash/shelf/shelf_widget.cc
+++ b/ash/shelf/shelf_widget.cc
@@ -5,6 +5,9 @@
#include "ash/shelf/shelf_widget.h"
#include "ash/ash_switches.h"
+#include "ash/common/wm/shelf/wm_shelf_constants.h"
+#include "ash/common/wm/shelf/wm_shelf_util.h"
+#include "ash/common/wm/wm_root_window_controller.h"
#include "ash/focus_cycler.h"
#include "ash/session/session_state_delegate.h"
#include "ash/shelf/shelf_constants.h"
@@ -19,9 +22,6 @@
#include "ash/shell_window_ids.h"
#include "ash/system/tray/system_tray_delegate.h"
#include "ash/wm/aura/wm_window_aura.h"
-#include "ash/wm/common/shelf/wm_shelf_constants.h"
-#include "ash/wm/common/shelf/wm_shelf_util.h"
-#include "ash/wm/common/wm_root_window_controller.h"
#include "ash/wm/status_area_layout_manager.h"
#include "ash/wm/window_properties.h"
#include "ash/wm/workspace_controller.h"
« no previous file with comments | « ash/shelf/shelf_widget.h ('k') | ash/shelf/shelf_window_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698