1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Get basic type definitions.
6 #define IPC_MESSAGE_IMPL
7 #include "chrome/common/common_message_generator.h"
9 // Generate constructors.
10 #include "ipc/struct_constructor_macros.h"
11 #include "chrome/common/safe_browsing/ipc_protobuf_message_null_macros.h"
12 #include "chrome/common/common_message_generator.h"
14 // Generate destructors.
15 #include "ipc/struct_destructor_macros.h"
16 #include "chrome/common/safe_browsing/ipc_protobuf_message_null_macros.h"
17 #include "chrome/common/common_message_generator.h"
19 // Generate param traits write methods.
20 #include "ipc/param_traits_write_macros.h"
21 #include "chrome/common/safe_browsing/protobuf_message_write_macros.h"
23 #include "chrome/common/common_message_generator.h"
26 // Generate param traits read methods.
27 #include "ipc/param_traits_read_macros.h"
28 #include "chrome/common/safe_browsing/protobuf_message_read_macros.h"
30 #include "chrome/common/common_message_generator.h"
33 // Generate param traits log methods.
34 #include "ipc/param_traits_log_macros.h"
35 #include "chrome/common/safe_browsing/protobuf_message_log_macros.h"
37 #include "chrome/common/common_message_generator.h"