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

Side by Side Diff: components/translate/content/common/data_file_cld_data_provider_messages.cc

Issue 1977643002: Generate param traits size methods for IPC files in chrome/ (and traits it depends on). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 7 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // NOT DEAD CODE! 5 // NOT DEAD CODE!
6 // This code isn't dead, even if it isn't currently being used. Please refer to: 6 // This code isn't dead, even if it isn't currently being used. Please refer to:
7 // https://www.chromium.org/developers/how-tos/compact-language-detector-cld-dat a-source-configuration 7 // https://www.chromium.org/developers/how-tos/compact-language-detector-cld-dat a-source-configuration
8 8
9 // Get basic type definitions. 9 // Get basic type definitions.
10 #define IPC_MESSAGE_IMPL 10 #define IPC_MESSAGE_IMPL
11 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h" 11 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
12 12
13 // Generate constructors. 13 // Generate constructors.
14 #include "ipc/struct_constructor_macros.h" 14 #include "ipc/struct_constructor_macros.h"
15 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h" 15 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
16 16
17 // Generate destructors. 17 // Generate destructors.
18 #include "ipc/struct_destructor_macros.h" 18 #include "ipc/struct_destructor_macros.h"
19 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h" 19 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
20 20
21 // Generate param traits size methods.
22 #include "ipc/param_traits_size_macros.h"
23 namespace IPC {
24 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
25 } // namespace IPC
26
21 // Generate param traits write methods. 27 // Generate param traits write methods.
22 #include "ipc/param_traits_write_macros.h" 28 #include "ipc/param_traits_write_macros.h"
23 namespace IPC { 29 namespace IPC {
24 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h" 30 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
25 } // namespace IPC 31 } // namespace IPC
26 32
27 // Generate param traits read methods. 33 // Generate param traits read methods.
28 #include "ipc/param_traits_read_macros.h" 34 #include "ipc/param_traits_read_macros.h"
29 namespace IPC { 35 namespace IPC {
30 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h" 36 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
31 } // namespace IPC 37 } // namespace IPC
32 38
33 // Generate param traits log methods. 39 // Generate param traits log methods.
34 #include "ipc/param_traits_log_macros.h" 40 #include "ipc/param_traits_log_macros.h"
35 namespace IPC { 41 namespace IPC {
36 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h" 42 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
37 } // namespace IPC 43 } // namespace IPC
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698