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

Unified Diff: ash/utility/screenshot_controller_unittest.cc

Issue 2445583002: Relocate display_manager from ash to ui (Closed)
Patch Set: Created 4 years, 2 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/utility/screenshot_controller_unittest.cc
diff --git a/ash/utility/screenshot_controller_unittest.cc b/ash/utility/screenshot_controller_unittest.cc
index 4031dba03bb40d0b7ce4fde5f24f765118165e26..b05fec482d3300a10de11a6cdf9d9498cea6f9af 100644
--- a/ash/utility/screenshot_controller_unittest.cc
+++ b/ash/utility/screenshot_controller_unittest.cc
@@ -10,13 +10,13 @@
#include "ash/screenshot_delegate.h"
#include "ash/shell.h"
#include "ash/test/ash_test_base.h"
-#include "ash/test/display_manager_test_api.h"
#include "ash/test/mirror_window_test_api.h"
#include "ash/test/test_screenshot_delegate.h"
#include "ash/wm/window_util.h"
#include "ui/aura/env.h"
#include "ui/aura/window_event_dispatcher.h"
#include "ui/base/cursor/cursor.h"
+#include "ui/display/test/display_manager_test_api.h"
kylechar 2016/10/24 14:55:15 Is this needed or should it be ui/display/manager/
oshima 2016/10/24 19:29:16 You don't need the definition of DisplayManager to
rjkroege 2016/10/25 23:30:26 not needed. Done.
rjkroege 2016/10/25 23:30:26 Done.
#include "ui/events/test/event_generator.h"
#include "ui/wm/core/cursor_manager.h"

Powered by Google App Engine
This is Rietveld 408576698