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

Unified Diff: ash/system/status_area_widget.cc

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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/system/status_area_widget.cc
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
index a9297f8402cf71174cd537bb360c9e7a9a26da77..224dfc0a98d967aa939d3a258cd96739eb7d06bb 100644
--- a/ash/system/status_area_widget.cc
+++ b/ash/system/status_area_widget.cc
@@ -5,8 +5,8 @@
#include "ash/system/status_area_widget.h"
#include "ash/common/shell_window_ids.h"
-#include "ash/common/wm/wm_root_window_controller.h"
-#include "ash/common/wm/wm_window.h"
+#include "ash/common/wm_root_window_controller.h"
+#include "ash/common/wm_window.h"
#include "ash/shelf/shelf_layout_manager.h"
#include "ash/shelf/shelf_widget.h"
#include "ash/shell.h"
@@ -26,7 +26,7 @@
namespace ash {
-StatusAreaWidget::StatusAreaWidget(wm::WmWindow* status_container,
+StatusAreaWidget::StatusAreaWidget(WmWindow* status_container,
ShelfWidget* shelf_widget)
: status_area_widget_delegate_(new StatusAreaWidgetDelegate),
overview_button_tray_(NULL),

Powered by Google App Engine
This is Rietveld 408576698