| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Get basic type definitions. | 5 // Get basic type definitions. |
| 6 #define IPC_MESSAGE_IMPL | 6 #define IPC_MESSAGE_IMPL |
| 7 #include "chrome/common/common_message_generator.h" | 7 #include "chrome/common/common_message_generator.h" |
| 8 | 8 |
| 9 // Generate constructors. | 9 // Generate constructors. |
| 10 #include "ipc/struct_constructor_macros.h" | 10 #include "ipc/struct_constructor_macros.h" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 namespace IPC { | 29 namespace IPC { |
| 30 #include "chrome/common/common_message_generator.h" | 30 #include "chrome/common/common_message_generator.h" |
| 31 } // namespace IPC | 31 } // namespace IPC |
| 32 | 32 |
| 33 // Generate param traits log methods. | 33 // Generate param traits log methods. |
| 34 #include "ipc/param_traits_log_macros.h" | 34 #include "ipc/param_traits_log_macros.h" |
| 35 #include "chrome/common/safe_browsing/protobuf_message_log_macros.h" | 35 #include "chrome/common/safe_browsing/protobuf_message_log_macros.h" |
| 36 namespace IPC { | 36 namespace IPC { |
| 37 #include "chrome/common/common_message_generator.h" | 37 #include "chrome/common/common_message_generator.h" |
| 38 } // namespace IPC | 38 } // namespace IPC |
| 39 |
| OLD | NEW |