| Index: chrome/common/safe_browsing/ipc_protobuf_message_unittest.cc
|
| diff --git a/chrome/common/safe_browsing/ipc_protobuf_message_unittest.cc b/chrome/common/safe_browsing/ipc_protobuf_message_unittest.cc
|
| index d2fda1f48f84c42c380c506f929167718183566b..4aa1ea1126ce334a0544303b0f0487860e1a0652 100644
|
| --- a/chrome/common/safe_browsing/ipc_protobuf_message_unittest.cc
|
| +++ b/chrome/common/safe_browsing/ipc_protobuf_message_unittest.cc
|
| @@ -9,6 +9,11 @@
|
| #define IPC_MESSAGE_IMPL
|
| #include "chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h"
|
|
|
| +// Generate ipc protobuf traits size methods.
|
| +#include "chrome/common/safe_browsing/protobuf_message_size_macros.h"
|
| +namespace IPC {
|
| +#include "chrome/common/safe_browsing/ipc_protobuf_message_test_messages.h"
|
| +} // namespace IPC
|
| // Generate ipc protobuf traits write methods.
|
| #include "chrome/common/safe_browsing/protobuf_message_write_macros.h"
|
| namespace IPC {
|
|
|