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

Side by Side Diff: chrome/common/common_message_generator.cc

Issue 6683014: Change common_message_generator code block. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/common/content_message_generator.cc » ('j') | ipc/ipc_message_macros.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 #include "chrome/common/common_param_traits.h" 8 #include "chrome/common/common_param_traits.h"
9 9
10 // Generate constructors. 10 // Generate constructors.
11 #include "ipc/struct_constructor_macros.h" 11 #include "ipc/struct_constructor_macros.h"
12 #include "chrome/common/common_message_generator.h" 12 #include "chrome/common/common_message_generator.h"
13 13
14 // Generate destructors. 14 // Generate destructors.
15 #include "ipc/struct_destructor_macros.h" 15 #include "ipc/struct_destructor_macros.h"
16 #include "chrome/common/common_message_generator.h" 16 #include "chrome/common/common_message_generator.h"
17 17
18 namespace IPC {
19
20 // Generate param traits write methods. 18 // Generate param traits write methods.
21 #include "ipc/param_traits_write_macros.h" 19 #include "ipc/param_traits_write_macros.h"
20 namespace IPC {
22 #include "chrome/common/common_message_generator.h" 21 #include "chrome/common/common_message_generator.h"
22 } // namespace IPC
23 23
24 // Generate param traits read methods. 24 // Generate param traits read methods.
25 #include "ipc/param_traits_read_macros.h" 25 #include "ipc/param_traits_read_macros.h"
26 namespace IPC {
26 #include "chrome/common/common_message_generator.h" 27 #include "chrome/common/common_message_generator.h"
28 } // namespace IPC
27 29
28 // Generate param traits log methods. 30 // Generate param traits log methods.
29 #include "ipc/param_traits_log_macros.h" 31 #include "ipc/param_traits_log_macros.h"
32 namespace IPC {
30 #include "chrome/common/common_message_generator.h" 33 #include "chrome/common/common_message_generator.h"
31
32 } // namespace IPC 34 } // namespace IPC
33 35
OLDNEW
« no previous file with comments | « no previous file | content/common/content_message_generator.cc » ('j') | ipc/ipc_message_macros.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698