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

Unified Diff: chrome/browser/chromeos/display/display_preferences.h

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/display/display_preferences.h
diff --git a/chrome/browser/chromeos/display/display_preferences.h b/chrome/browser/chromeos/display/display_preferences.h
index ec14e96eeb6a0e37225a2687ec1c7fab39435c87..538b020531b400fe609eda2dddeec8243a897283 100644
--- a/chrome/browser/chromeos/display/display_preferences.h
+++ b/chrome/browser/chromeos/display/display_preferences.h
@@ -7,15 +7,11 @@
#include <stdint.h>
-#include "ash/display/display_layout.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
+#include "ui/display/manager/display_layout.h"
class PrefRegistrySimple;
-namespace ash {
-class DisplayLayout;
-}
-
namespace gfx {
class Display;
class Insets;
@@ -41,8 +37,8 @@ void StoreDisplayRotationPrefs(bool rotation_lock);
void LoadDisplayPreferences(bool first_run_after_boot);
// Stores the display layout for given display pairs for tests.
-void StoreDisplayLayoutPrefForTest(const ash::DisplayIdList& list,
- const ash::DisplayLayout& layout);
+void StoreDisplayLayoutPrefForTest(const display::DisplayIdList& list,
+ const display::DisplayLayout& layout);
// Stores the given |power_state| for tests.
void StoreDisplayPowerStateForTest(DisplayPowerState power_state);
« no previous file with comments | « ash/wm/workspace/workspace_window_resizer_unittest.cc ('k') | chrome/browser/chromeos/display/display_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698