OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // Keep this file in sync with the .proto files in this directory. | 5 // Keep this file in sync with the .proto files in this directory. |
6 | 6 |
7 #include "sync/protocol/proto_value_conversions.h" | 7 #include "sync/protocol/proto_value_conversions.h" |
8 | 8 |
9 #include "base/base64.h" | 9 #include "base/base64.h" |
10 #include "base/basictypes.h" | 10 #include "base/basictypes.h" |
11 #include "base/logging.h" | 11 #include "base/logging.h" |
12 #include "base/string_number_conversions.h" | 12 #include "base/strings/string_number_conversions.h" |
13 #include "base/values.h" | 13 #include "base/values.h" |
14 #include "sync/internal_api/public/base/unique_position.h" | 14 #include "sync/internal_api/public/base/unique_position.h" |
15 #include "sync/protocol/app_notification_specifics.pb.h" | 15 #include "sync/protocol/app_notification_specifics.pb.h" |
16 #include "sync/protocol/app_setting_specifics.pb.h" | 16 #include "sync/protocol/app_setting_specifics.pb.h" |
17 #include "sync/protocol/app_specifics.pb.h" | 17 #include "sync/protocol/app_specifics.pb.h" |
18 #include "sync/protocol/autofill_specifics.pb.h" | 18 #include "sync/protocol/autofill_specifics.pb.h" |
19 #include "sync/protocol/bookmark_specifics.pb.h" | 19 #include "sync/protocol/bookmark_specifics.pb.h" |
20 #include "sync/protocol/dictionary_specifics.pb.h" | 20 #include "sync/protocol/dictionary_specifics.pb.h" |
21 #include "sync/protocol/encryption.pb.h" | 21 #include "sync/protocol/encryption.pb.h" |
22 #include "sync/protocol/experiments_specifics.pb.h" | 22 #include "sync/protocol/experiments_specifics.pb.h" |
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
855 #undef SET_BYTES | 855 #undef SET_BYTES |
856 #undef SET_INT32 | 856 #undef SET_INT32 |
857 #undef SET_INT64 | 857 #undef SET_INT64 |
858 #undef SET_INT64_REP | 858 #undef SET_INT64_REP |
859 #undef SET_STR | 859 #undef SET_STR |
860 #undef SET_STR_REP | 860 #undef SET_STR_REP |
861 | 861 |
862 #undef SET_FIELD | 862 #undef SET_FIELD |
863 | 863 |
864 } // namespace syncer | 864 } // namespace syncer |
OLD | NEW |