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

Unified Diff: ui/views/mus/display_converter.h

Issue 1915363002: Rename gfx::Display/Screen to display::Display/Screen in views/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanups 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 | « ui/views/mouse_watcher_view_host.cc ('k') | ui/views/mus/display_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/display_converter.h
diff --git a/ui/views/mus/display_converter.h b/ui/views/mus/display_converter.h
index 6e61bf395db92167fa7254b85d8cdb951a43886a..74de33d54003edb6539610607a8b3eae50d1572f 100644
--- a/ui/views/mus/display_converter.h
+++ b/ui/views/mus/display_converter.h
@@ -7,7 +7,7 @@
#include <vector>
-#include "ui/gfx/display.h"
+#include "ui/display/display.h"
#include "ui/views/mus/mus_export.h"
namespace mus {
@@ -16,8 +16,8 @@ class Window;
namespace views {
-std::vector<gfx::Display> VIEWS_MUS_EXPORT GetDisplaysFromWindow(
- mus::Window* window);
+std::vector<display::Display> VIEWS_MUS_EXPORT
+GetDisplaysFromWindow(mus::Window* window);
} // namespace views
« no previous file with comments | « ui/views/mouse_watcher_view_host.cc ('k') | ui/views/mus/display_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698