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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller.cc

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (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: chrome/browser/ui/views/tabs/tab_drag_controller.cc
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.cc b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
index 734c9bc32c7b7766672ae0da5baac73535e48d42..3a52201b02c818d0468e667338fff3a0fbdc4d54 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.cc
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
@@ -42,10 +42,10 @@
#if defined(USE_ASH)
#include "ash/accelerators/accelerator_commands.h" // nogncheck
-#include "ash/common/wm_shell.h" // nogncheck
#include "ash/wm/maximize_mode/maximize_mode_controller.h" // nogncheck
#include "ash/wm/window_state.h" // nogncheck
#include "ash/wm/window_state_aura.h" // nogncheck
+#include "ash/wm_shell.h" // nogncheck
#include "ui/wm/core/coordinate_conversion.h" // nogncheck
#endif

Powered by Google App Engine
This is Rietveld 408576698