Chromium Code Reviews

Unified Diff: ash/wm/lock_layout_manager.cc

Issue 2734683002: 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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ash/wm/lock_layout_manager.h ('k') | ash/wm/lock_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/lock_layout_manager.cc
diff --git a/ash/common/wm/lock_layout_manager.cc b/ash/wm/lock_layout_manager.cc
similarity index 95%
rename from ash/common/wm/lock_layout_manager.cc
rename to ash/wm/lock_layout_manager.cc
index d66c5d4289d8daab472fb3a1b0a553894cc49366..d6b776672628186e5c63e8b02cdefff956b4990f 100644
--- a/ash/common/wm/lock_layout_manager.cc
+++ b/ash/wm/lock_layout_manager.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/common/wm/lock_layout_manager.h"
+#include "ash/wm/lock_layout_manager.h"
-#include "ash/common/wm/lock_window_state.h"
-#include "ash/common/wm/window_state.h"
-#include "ash/common/wm/wm_event.h"
#include "ash/common/wm_shell.h"
#include "ash/common/wm_window.h"
+#include "ash/wm/lock_window_state.h"
+#include "ash/wm/window_state.h"
+#include "ash/wm/wm_event.h"
#include "ui/events/event.h"
#include "ui/keyboard/keyboard_controller.h"
#include "ui/keyboard/keyboard_util.h"
« no previous file with comments | « ash/wm/lock_layout_manager.h ('k') | ash/wm/lock_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine