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

Unified Diff: ash/shell/toplevel_window.cc

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (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
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/shell/window_type_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/toplevel_window.cc
diff --git a/ash/shell/toplevel_window.cc b/ash/shell/toplevel_window.cc
index 75faae175b1cedcbac755eff6a6fb783373acc96..b659f4895dbc561d7356bd550834adf9f797a45c 100644
--- a/ash/shell/toplevel_window.cc
+++ b/ash/shell/toplevel_window.cc
@@ -4,9 +4,9 @@
#include "ash/shell/toplevel_window.h"
-#include "ash/common/wm/window_positioner.h"
-#include "ash/common/wm/window_state.h"
#include "ash/shell.h"
+#include "ash/wm/window_positioner.h"
+#include "ash/wm/window_state.h"
#include "ash/wm/window_state_aura.h"
#include "base/strings/utf_string_conversions.h"
#include "ui/aura/window.h"
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/shell/window_type_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698