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

Unified Diff: ash/shelf/shelf.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/shelf/shelf.cc
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
index 35bf021510c1a509300d30777b2fb27669aab40b..7e6a6ca3a9f025828b12c04538b9dbba59064e6b 100644
--- a/ash/shelf/shelf.cc
+++ b/ash/shelf/shelf.cc
@@ -7,6 +7,7 @@
#include <algorithm>
#include <cmath>
+#include "ash/aura/wm_shelf_aura.h"
#include "ash/common/shell_window_ids.h"
#include "ash/common/wm/shelf/wm_shelf_util.h"
#include "ash/focus_cycler.h"
@@ -23,7 +24,6 @@
#include "ash/shelf/shelf_view.h"
#include "ash/shell.h"
#include "ash/shell_delegate.h"
-#include "ash/wm/aura/wm_shelf_aura.h"
#include "ash/wm/window_properties.h"
#include "ui/aura/window.h"
#include "ui/aura/window_event_dispatcher.h"

Powered by Google App Engine
This is Rietveld 408576698