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

Unified Diff: ash/wm/common/default_state.h

Issue 1924703002: Rename gfx::Display/Screen to display::Display/Screen in ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « ash/wm/aura/wm_window_aura.cc ('k') | ash/wm/common/default_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/default_state.h
diff --git a/ash/wm/common/default_state.h b/ash/wm/common/default_state.h
index 8e5be0139010752ad3eb2232b22f2ad615aadd3a..ca35b213376e4630d693835fcc1f4e4f44c4e66e 100644
--- a/ash/wm/common/default_state.h
+++ b/ash/wm/common/default_state.h
@@ -7,7 +7,7 @@
#include "ash/wm/common/window_state.h"
#include "base/macros.h"
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/gfx/geometry/rect.h"
namespace ash {
@@ -68,7 +68,7 @@ class DefaultState : public WindowState::State {
gfx::Rect stored_restore_bounds_;
// The display state in which the mode got started.
- gfx::Display stored_display_state_;
+ display::Display stored_display_state_;
// The window state only gets remembered for DCHECK reasons.
WindowState* stored_window_state_;
« no previous file with comments | « ash/wm/aura/wm_window_aura.cc ('k') | ash/wm/common/default_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698