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

Unified Diff: chrome/browser/chromeos/policy/display_rotation_default_handler_browsertest.cc

Issue 1838833002: Move DisplayLayout and DisplayLayoutBuilder From ash To ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screenwinmove
Patch Set: Fix comment Created 4 years, 8 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/chromeos/policy/display_rotation_default_handler_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/display_rotation_default_handler_browsertest.cc b/chrome/browser/chromeos/policy/display_rotation_default_handler_browsertest.cc
index 111defe94929cdffea5fc1c3ecbbac7018989509..cee87185d4516b4b051bcb70dac3a88aecd08242 100644
--- a/chrome/browser/chromeos/policy/display_rotation_default_handler_browsertest.cc
+++ b/chrome/browser/chromeos/policy/display_rotation_default_handler_browsertest.cc
@@ -30,6 +30,7 @@
#include "chromeos/settings/cros_settings_names.h"
#include "content/public/test/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "ui/display/manager/display_layout.h"
#include "ui/gfx/display.h"
namespace em = enterprise_management;
@@ -56,7 +57,7 @@ gfx::Display::Rotation GetRotationOfSecondDisplay() {
<< "Requested rotation of second display while there was only one.";
return gfx::Display::ROTATE_0;
}
- const ash::DisplayIdList display_id_pair =
+ const display::DisplayIdList display_id_pair =
display_manager->GetCurrentDisplayIdList();
const gfx::Display& second_display =
display_manager->GetDisplayForId(display_id_pair[1]);

Powered by Google App Engine
This is Rietveld 408576698