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

Unified Diff: components/exo/wm_helper_mus.cc

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 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: components/exo/wm_helper_mus.cc
diff --git a/components/exo/wm_helper_mus.cc b/components/exo/wm_helper_mus.cc
index 068baf569c4c8b1dd42ec7f96687bc041b0d9b51..bfa1be7e3e8aa6934092d41be0500a70a43ab32d 100644
--- a/components/exo/wm_helper_mus.cc
+++ b/components/exo/wm_helper_mus.cc
@@ -4,11 +4,11 @@
#include "components/exo/wm_helper_mus.h"
-#include "ash/common/display/display_info.h"
#include "services/ui/public/cpp/window_tree_client.h"
#include "ui/aura/client/focus_client.h"
#include "ui/aura/env.h"
#include "ui/aura/window.h"
+#include "ui/display/manager/display_info.h"
#include "ui/views/mus/native_widget_mus.h"
#include "ui/views/mus/window_manager_connection.h"
#include "ui/views/widget/widget.h"
@@ -73,9 +73,9 @@ WMHelperMus::~WMHelperMus() {
////////////////////////////////////////////////////////////////////////////////
// WMHelperMus, private:
-const ash::DisplayInfo WMHelperMus::GetDisplayInfo(int64_t display_id) const {
+const ui::DisplayInfo WMHelperMus::GetDisplayInfo(int64_t display_id) const {
// TODO(penghuang): Return real display info when it is supported in mus.
- return ash::DisplayInfo(display_id, "", false);
+ return ui::DisplayInfo(display_id, "", false);
}
aura::Window* WMHelperMus::GetContainer(int container_id) {
« ash/common/wm_shell.h ('K') | « components/exo/wm_helper_mus.h ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698