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

Side by Side Diff: chrome/common/importer/profile_import_process_param_traits.cc

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Merge Created 4 years 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
OLDNEW
(Empty)
1 // Copyright 2013 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.
4
5 // Get basic type definitions.
6 #define IPC_MESSAGE_IMPL
7 #include "chrome/common/importer/profile_import_process_param_traits_macros.h"
8
9 // Generate constructors.
10 #include "ipc/struct_constructor_macros.h"
11 #undef CHROME_COMMON_IMPORTER_PROFILE_IMPORT_PROCESS_PARAM_TRAITS_MACROS_H_
12 #include "chrome/common/importer/profile_import_process_param_traits_macros.h"
13
14 // Generate destructors.
15 #include "ipc/struct_destructor_macros.h"
16 #undef CHROME_COMMON_IMPORTER_PROFILE_IMPORT_PROCESS_PARAM_TRAITS_MACROS_H_
17 #include "chrome/common/importer/profile_import_process_param_traits_macros.h"
18
19 // Generate param traits size methods.
20 #include "ipc/param_traits_size_macros.h"
21 namespace IPC {
22 #undef CHROME_COMMON_IMPORTER_PROFILE_IMPORT_PROCESS_PARAM_TRAITS_MACROS_H_
23 #include "chrome/common/importer/profile_import_process_param_traits_macros.h"
24 }
25
26 // Generate param traits write methods.
27 #include "ipc/param_traits_write_macros.h"
28 namespace IPC {
29 #undef CHROME_COMMON_IMPORTER_PROFILE_IMPORT_PROCESS_PARAM_TRAITS_MACROS_H_
30 #include "chrome/common/importer/profile_import_process_param_traits_macros.h"
31 } // namespace IPC
32
33 // Generate param traits read methods.
34 #include "ipc/param_traits_read_macros.h"
35 namespace IPC {
36 #undef CHROME_COMMON_IMPORTER_PROFILE_IMPORT_PROCESS_PARAM_TRAITS_MACROS_H_
37 #include "chrome/common/importer/profile_import_process_param_traits_macros.h"
38 } // namespace IPC
39
40 // Generate param traits log methods.
41 #include "ipc/param_traits_log_macros.h"
42 namespace IPC {
43 #undef CHROME_COMMON_IMPORTER_PROFILE_IMPORT_PROCESS_PARAM_TRAITS_MACROS_H_
44 #include "chrome/common/importer/profile_import_process_param_traits_macros.h"
45 } // namespace IPC
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698