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

Unified Diff: ui/views/widget/desktop_aura/desktop_factory_ozone.h

Issue 1964153002: Move Screen, its impls, DisplayObserver and DisplayChangeNotifier to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tabs Created 4 years, 7 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: ui/views/widget/desktop_aura/desktop_factory_ozone.h
diff --git a/ui/views/widget/desktop_aura/desktop_factory_ozone.h b/ui/views/widget/desktop_aura/desktop_factory_ozone.h
index 3283156e32207154d900edab42d9ca9e6fc441b2..bb6cbd2d5f5c0ebd060f3d01ee9d951234c41896 100644
--- a/ui/views/widget/desktop_aura/desktop_factory_ozone.h
+++ b/ui/views/widget/desktop_aura/desktop_factory_ozone.h
@@ -7,13 +7,12 @@
#include "ui/views/views_export.h"
-namespace gfx {
-class Rect;
+namespace display {
class Screen;
}
-namespace display {
-using Screen = gfx::Screen;
+namespace gfx {
+class Rect;
}
namespace views {
« no previous file with comments | « ui/message_center/views/desktop_popup_alignment_delegate.h ('k') | ui/views/widget/desktop_aura/desktop_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698