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

Unified Diff: ui/display/mojo/display_snapshot_mojo_struct_traits.h

Issue 2857033002: Remove DisplayStructTraitsTest interface. (Closed)
Patch Set: More cleanup. Created 3 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/mojo/display_snapshot_mojo_struct_traits.h
diff --git a/ui/display/mojo/display_snapshot_mojo_struct_traits.h b/ui/display/mojo/display_snapshot_mojo_struct_traits.h
index 0ce011efea536d2d889621e730ed21d386f671e5..3c66e1768cfa4f102df51a831748e91a7deeda0b 100644
--- a/ui/display/mojo/display_snapshot_mojo_struct_traits.h
+++ b/ui/display/mojo/display_snapshot_mojo_struct_traits.h
@@ -5,9 +5,13 @@
#ifndef UI_DISPLAY_MOJO_DISPLAY_SNAPSHOT_MOJO_STRUCT_TRAITS_H_
#define UI_DISPLAY_MOJO_DISPLAY_SNAPSHOT_MOJO_STRUCT_TRAITS_H_
+#include "ipc/ipc_message_utils.h"
yzshen1 2017/05/03 16:39:46 I thought keeping these includes in the .cc file s
kylechar 2017/05/03 17:18:55 There are errors in the display_unittests target l
yzshen1 2017/05/03 17:22:03 Ah, right. Because the serialization is done outsi
+#include "ui/display/mojo/display_constants_struct_traits.h"
+#include "ui/display/mojo/display_mode_struct_traits.h"
#include "ui/display/mojo/display_snapshot_mojo.mojom.h"
#include "ui/display/types/display_mode.h"
#include "ui/display/types/display_snapshot_mojo.h"
+#include "ui/gfx/geometry/mojo/geometry_struct_traits.h"
namespace mojo {

Powered by Google App Engine
This is Rietveld 408576698