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

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

Issue 333603002: Modularize Compact Language Detector 2 (CLD2) data sources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge https://codereview.chromium.org/326383005 Created 6 years, 6 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
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 // Get basic type definitions. 5 // Get basic type definitions.
6 #define IPC_MESSAGE_IMPL 6 #define IPC_MESSAGE_IMPL
7 #include "components/translate/content/common/translate_messages.h" 7 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
8 8
9 // Generate constructors. 9 // Generate constructors.
10 #include "ipc/struct_constructor_macros.h" 10 #include "ipc/struct_constructor_macros.h"
11 #include "components/translate/content/common/translate_messages.h" 11 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
12 12
13 // Generate destructors. 13 // Generate destructors.
14 #include "ipc/struct_destructor_macros.h" 14 #include "ipc/struct_destructor_macros.h"
15 #include "components/translate/content/common/translate_messages.h" 15 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
16 16
17 // Generate param traits write methods. 17 // Generate param traits write methods.
18 #include "ipc/param_traits_write_macros.h" 18 #include "ipc/param_traits_write_macros.h"
19 namespace IPC { 19 namespace IPC {
20 #include "components/translate/content/common/translate_messages.h" 20 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
21 } // namespace IPC 21 } // namespace IPC
22 22
23 // Generate param traits read methods. 23 // Generate param traits read methods.
24 #include "ipc/param_traits_read_macros.h" 24 #include "ipc/param_traits_read_macros.h"
25 namespace IPC { 25 namespace IPC {
26 #include "components/translate/content/common/translate_messages.h" 26 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
27 } // namespace IPC 27 } // namespace IPC
28 28
29 // Generate param traits log methods. 29 // Generate param traits log methods.
30 #include "ipc/param_traits_log_macros.h" 30 #include "ipc/param_traits_log_macros.h"
31 namespace IPC { 31 namespace IPC {
32 #include "components/translate/content/common/translate_messages.h" 32 #include "components/translate/content/common/data_file_cld_data_provider_messag es.h"
33 } // namespace IPC 33 } // namespace IPC
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698