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

Unified Diff: chrome/common/safe_browsing/safe_archive_analyzer_param_traits.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/safe_archive_analyzer_param_traits.h
diff --git a/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h b/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
index cab667f25a7546ca7807b0b279abcbdf641fe433..935d5113279592790863e6b85716fd20fbc4d5b0 100644
--- a/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
+++ b/chrome/common/safe_browsing/safe_archive_analyzer_param_traits.h
@@ -10,8 +10,8 @@
#include "chrome/common/safe_browsing/archive_analyzer_results.h"
#include "chrome/common/safe_browsing/ipc_protobuf_message_macros.h"
-#include "chrome/common/safe_browsing/protobuf_message_param_traits.h"
#include "ipc/ipc_message_macros.h"
+#include "ipc/ipc_message_protobuf_utils.h"
IPC_ENUM_TRAITS_VALIDATE(
safe_browsing::ClientDownloadRequest_DownloadType,

Powered by Google App Engine
This is Rietveld 408576698