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

Unified Diff: chrome/browser/ui/webui/options/chromeos/display_options_handler.cc

Issue 2355063002: Separate ash::test::DisplayManagerTestApi from ash (Closed)
Patch Set: review comments 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: chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
index c9cf900fe98919d87178715576e7ff11e7869501..bf5df4a7a2e00fd5684721db3fc9dadad5c5cb1f 100644
--- a/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/display_options_handler.cc
@@ -16,7 +16,8 @@
#include "ash/display/display_manager.h"
#include "ash/display/resolution_notification_controller.h"
#include "ash/display/window_tree_host_manager.h"
-#include "ash/screen_util.h"
+//#include "ash/screen_util.h"
achuithb 2016/10/05 02:38:10 What's this?
rjkroege 2016/10/05 19:07:31 bad rebase. Fixed.
+#include "ash/shell.h"
#include "ash/shell.h"
#include "base/bind.h"
#include "base/command_line.h"

Powered by Google App Engine
This is Rietveld 408576698