aura: Remove more code that explicitly creates/destroys aura::Env.
[chromium-blink-merge.git] / chrome / common / common_message_generator.cc
blob959f148325e8d855dd1e65065144e034425b51c0
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"
22 namespace IPC {
23 #include "chrome/common/common_message_generator.h"
24 } // namespace IPC
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"
29 namespace IPC {
30 #include "chrome/common/common_message_generator.h"
31 } // namespace IPC
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"
36 namespace IPC {
37 #include "chrome/common/common_message_generator.h"
38 } // namespace IPC