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

Unified Diff: ui/display/types/chromeos/display_snapshot.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: 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
Index: ui/display/types/chromeos/display_snapshot.h
diff --git a/ui/display/chromeos/display_snapshot.h b/ui/display/types/chromeos/display_snapshot.h
similarity index 90%
rename from ui/display/chromeos/display_snapshot.h
rename to ui/display/types/chromeos/display_snapshot.h
index 68d73e82d0f601ad2fa39f4926985525e53f9dad..b0135d64ef9ec30ec36bdf1a17e9a89c65de941b 100644
--- a/ui/display/chromeos/display_snapshot.h
+++ b/ui/display/types/chromeos/display_snapshot.h
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_DISPLAY_CHROMEOS_DISPLAY_SNAPSHOT_H_
-#define UI_DISPLAY_CHROMEOS_DISPLAY_SNAPSHOT_H_
+#ifndef UI_DISPLAY_TYPES_CHROMEOS_DISPLAY_SNAPSHOT_H_
+#define UI_DISPLAY_TYPES_CHROMEOS_DISPLAY_SNAPSHOT_H_
#include <vector>
-#include "ui/display/chromeos/display_mode.h"
-#include "ui/display/chromeos/display_snapshot.h"
-#include "ui/display/display_constants.h"
+#include "ui/display/types/chromeos/display_mode.h"
+#include "ui/display/types/display_constants.h"
#include "ui/gfx/geometry/point.h"
#include "ui/gfx/geometry/size.h"
@@ -88,4 +87,4 @@ class DISPLAY_EXPORT DisplaySnapshot {
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_DISPLAY_SNAPSHOT_H_
+#endif // UI_DISPLAY_TYPES_CHROMEOS_DISPLAY_SNAPSHOT_H_

Powered by Google App Engine
This is Rietveld 408576698