| Index: chrome/browser/sync/protocol/proto_value_conversions.h
|
| diff --git a/chrome/browser/sync/protocol/proto_value_conversions.h b/chrome/browser/sync/protocol/proto_value_conversions.h
|
| index 16b2babadf2e4b686121f4eac57c1a31ad7a0835..e9da22c135ad863ae4242e67e1d207f95995dbff 100644
|
| --- a/chrome/browser/sync/protocol/proto_value_conversions.h
|
| +++ b/chrome/browser/sync/protocol/proto_value_conversions.h
|
| @@ -14,7 +14,6 @@ class DictionaryValue;
|
|
|
| namespace sync_pb {
|
| class AppSpecifics;
|
| -class AutofillCreditCardSpecifics;
|
| class AutofillProfileSpecifics;
|
| class AutofillSpecifics;
|
| class BookmarkSpecifics;
|
| @@ -80,10 +79,6 @@ base::DictionaryValue* AppSpecificsToValue(
|
| base::DictionaryValue* AutofillSpecificsToValue(
|
| const sync_pb::AutofillSpecifics& autofill_specifics);
|
|
|
| -base::DictionaryValue* AutofillCreditCardSpecificsToValue(
|
| - const sync_pb::AutofillCreditCardSpecifics&
|
| - autofill_credit_card_specifics);
|
| -
|
| base::DictionaryValue* AutofillProfileSpecificsToValue(
|
| const sync_pb::AutofillProfileSpecifics& autofill_profile_specifics);
|
|
|
|
|