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

Unified Diff: chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h

Issue 2968003005: Support Serializing and Deserializing RepeatedField / RepeatedPtrField in IPC::Message (Closed)
Patch Set: Resolve review comments Created 3 years, 5 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: chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h
diff --git a/chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h b/chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h
index 4a86ff0bc6e8270abc0428f450d00a6dd27a6ee5..822262b29d7d48951e5995f4f59c60e1d2a7fe4a 100644
--- a/chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h
+++ b/chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h
@@ -5,8 +5,8 @@
// Multiply-included message file, so no include guard.
#include "ipc/ipc_message_macros.h"
+#include "ipc/ipc_message_protobuf_utils.h"
#include "chrome/common/safe_browsing/ipc_protobuf_message_macros.h"
-#include "chrome/common/safe_browsing/protobuf_message_param_traits.h"
IPC_PROTOBUF_MESSAGE_TRAITS_BEGIN(SubMessage)
IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_FUNDAMENTAL_MEMBER(foo)

Powered by Google App Engine
This is Rietveld 408576698