| Index: components/sync/protocol/proto_value_conversions.h
|
| diff --git a/components/sync/protocol/proto_value_conversions.h b/components/sync/protocol/proto_value_conversions.h
|
| index 8147d1a8539d6feaf5459406c4143db6d0be78ad..69be46c32f44effda882c885bbc46315404b31f0 100644
|
| --- a/components/sync/protocol/proto_value_conversions.h
|
| +++ b/components/sync/protocol/proto_value_conversions.h
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Keep this file in sync with the .proto files in this directory.
|
| -
|
| #ifndef COMPONENTS_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
|
| #define COMPONENTS_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
|
|
|
| @@ -84,6 +82,8 @@ class WalletPostalAddress;
|
| class WifiCredentialSpecifics;
|
| } // namespace sync_pb
|
|
|
| +// Keep this file in sync with the .proto files in this directory.
|
| +//
|
| // Utility functions to convert sync protocol buffers to dictionaries.
|
| // Each protocol field is mapped to a key of the same name. Repeated
|
| // fields are mapped to array values and sub-messages are mapped to
|
|
|