| Index: sync/protocol/proto_value_conversions.h
|
| diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h
|
| index 7d466b2faf2e71817fccb1517a06641c8876884e..9ba456334ab6e2aa55eb63f6342d14ed2f5d02ce 100644
|
| --- a/sync/protocol/proto_value_conversions.h
|
| +++ b/sync/protocol/proto_value_conversions.h
|
| @@ -48,11 +48,11 @@ class GlobalIdDirective;
|
| class HistoryDeleteDirectiveSpecifics;
|
| class KeystoreEncryptionFlagsSpecifics;
|
| class LinkedAppIconInfo;
|
| -class Media;
|
| class ManagedUserSettingSpecifics;
|
| class ManagedUserSharedSettingSpecifics;
|
| class ManagedUserSpecifics;
|
| class ManagedUserWhitelistSpecifics;
|
| +class Media;
|
| class NavigationRedirect;
|
| class NigoriSpecifics;
|
| class PasswordSpecifics;
|
| @@ -75,6 +75,7 @@ class ThemeSpecifics;
|
| class TimeRangeDirective;
|
| class TypedUrlSpecifics;
|
| class WalletMaskedCreditCard;
|
| +class WalletMetadataSpecifics;
|
| class WalletPostalAddress;
|
| class WifiCredentialSpecifics;
|
| } // namespace sync_pb
|
| @@ -174,6 +175,10 @@ AutofillProfileSpecificsToValue(
|
| const sync_pb::AutofillProfileSpecifics& autofill_profile_specifics);
|
|
|
| SYNC_EXPORT_PRIVATE scoped_ptr<base::DictionaryValue>
|
| +WalletMetadataSpecificsToValue(
|
| + const sync_pb::WalletMetadataSpecifics& wallet_metadata_specifics);
|
| +
|
| +SYNC_EXPORT_PRIVATE scoped_ptr<base::DictionaryValue>
|
| AutofillWalletSpecificsToValue(
|
| const sync_pb::AutofillWalletSpecifics& autofill_wallet_specifics);
|
|
|
|
|