| Index: components/sync_driver/pref_names.cc
|
| diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc
|
| index 8caf8758eab438d7cd3343422f55be0963d09de3..9148525dda3cb76a55251ac70dc6858049551c88 100644
|
| --- a/components/sync_driver/pref_names.cc
|
| +++ b/components/sync_driver/pref_names.cc
|
| @@ -34,6 +34,7 @@ const char kSyncApps[] = "sync.apps";
|
| const char kSyncArticles[] = "sync.articles";
|
| const char kSyncAutofillProfile[] = "sync.autofill_profile";
|
| const char kSyncAutofillWallet[] = "sync.autofill_wallet";
|
| +const char kSyncAutofillWalletMetadata[] = "sync.autofill_wallet_metadata";
|
| const char kSyncAutofill[] = "sync.autofill";
|
| const char kSyncBookmarks[] = "sync.bookmarks";
|
| const char kSyncDeviceInfo[] = "sync.device_info";
|
|
|