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

Unified Diff: ui/display/types/display_snapshot_mojo.h

Issue 2738043004: Relocate display_snapshot_mojo (Closed)
Patch Set: Created 3 years, 9 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/types/BUILD.gn ('k') | ui/display/types/display_snapshot_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_snapshot_mojo.h
diff --git a/ui/display/display_snapshot_mojo.h b/ui/display/types/display_snapshot_mojo.h
similarity index 92%
rename from ui/display/display_snapshot_mojo.h
rename to ui/display/types/display_snapshot_mojo.h
index fb669fe21f03278f4b407c59e5a7f54c2b11466e..1b0c50b144d60490242d4215e0d0938051f030d1 100644
--- a/ui/display/display_snapshot_mojo.h
+++ b/ui/display/types/display_snapshot_mojo.h
@@ -8,13 +8,13 @@
#include <memory>
#include "base/macros.h"
-#include "ui/display/display_export.h"
#include "ui/display/types/display_snapshot.h"
+#include "ui/display/types/display_types_export.h"
namespace display {
// DisplaySnapshot implementation that can be used with Mojo IPC.
-class DISPLAY_EXPORT DisplaySnapshotMojo : public DisplaySnapshot {
+class DISPLAY_TYPES_EXPORT DisplaySnapshotMojo : public DisplaySnapshot {
public:
DisplaySnapshotMojo(int64_t display_id,
const gfx::Point& origin,
« no previous file with comments | « ui/display/types/BUILD.gn ('k') | ui/display/types/display_snapshot_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698