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

Unified Diff: ui/display/chromeos/x11/display_mode_x11.h

Issue 230763004: Split ui/display types into separate module and have Ozone depend on it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 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/display/chromeos/x11/display_configurator_x11.cc ('k') | ui/display/chromeos/x11/display_snapshot_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/x11/display_mode_x11.h
diff --git a/ui/display/chromeos/x11/display_mode_x11.h b/ui/display/chromeos/x11/display_mode_x11.h
index fa6739d3ba035290f20e02d2be2ab5929b5a4b37..21cf6fb62f59e9fdb973baf0e5fde84c20f468eb 100644
--- a/ui/display/chromeos/x11/display_mode_x11.h
+++ b/ui/display/chromeos/x11/display_mode_x11.h
@@ -5,7 +5,8 @@
#ifndef UI_DISPLAY_CHROMEOS_X11_DISPLAY_MODE_X11_H_
#define UI_DISPLAY_CHROMEOS_X11_DISPLAY_MODE_X11_H_
-#include "ui/display/chromeos/display_mode.h"
+#include "ui/display/display_export.h"
+#include "ui/display/types/chromeos/display_mode.h"
// Forward declare from Xlib and Xrandr.
typedef unsigned long XID;
« no previous file with comments | « ui/display/chromeos/x11/display_configurator_x11.cc ('k') | ui/display/chromeos/x11/display_snapshot_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698