| OLD | NEW |
| (Empty) |
| 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 | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 // NOT DEAD CODE! | |
| 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 | |
| 8 | |
| 9 // Get basic type definitions. | |
| 10 #define IPC_MESSAGE_IMPL | |
| 11 #include "components/translate/content/common/data_file_cld_data_provider_messag
es.h" | |
| 12 | |
| 13 // Generate constructors. | |
| 14 #include "ipc/struct_constructor_macros.h" | |
| 15 #include "components/translate/content/common/data_file_cld_data_provider_messag
es.h" | |
| 16 | |
| 17 // Generate destructors. | |
| 18 #include "ipc/struct_destructor_macros.h" | |
| 19 #include "components/translate/content/common/data_file_cld_data_provider_messag
es.h" | |
| 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 | |
| 27 // Generate param traits write methods. | |
| 28 #include "ipc/param_traits_write_macros.h" | |
| 29 namespace IPC { | |
| 30 #include "components/translate/content/common/data_file_cld_data_provider_messag
es.h" | |
| 31 } // namespace IPC | |
| 32 | |
| 33 // Generate param traits read methods. | |
| 34 #include "ipc/param_traits_read_macros.h" | |
| 35 namespace IPC { | |
| 36 #include "components/translate/content/common/data_file_cld_data_provider_messag
es.h" | |
| 37 } // namespace IPC | |
| 38 | |
| 39 // Generate param traits log methods. | |
| 40 #include "ipc/param_traits_log_macros.h" | |
| 41 namespace IPC { | |
| 42 #include "components/translate/content/common/data_file_cld_data_provider_messag
es.h" | |
| 43 } // namespace IPC | |
| OLD | NEW |