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

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

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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 7e5233195dd4c4f78fc5d0d0b204b238caf74c77..3a52201b02c818d0468e667338fff3a0fbdc4d54 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller.cc
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller.cc
@@ -41,11 +41,11 @@
#include "ui/views/widget/widget.h"
#if defined(USE_ASH)
-#include "ash/common/accelerators/accelerator_commands.h" // nogncheck
-#include "ash/common/wm/maximize_mode/maximize_mode_controller.h" // nogncheck
-#include "ash/common/wm/window_state.h" // nogncheck
-#include "ash/common/wm_shell.h" // nogncheck
+#include "ash/accelerators/accelerator_commands.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
« no previous file with comments | « chrome/browser/ui/views/status_bubble_views.cc ('k') | chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698