| Index: chrome/browser/sync/syncable/model_type.cc
|
| diff --git a/chrome/browser/sync/syncable/model_type.cc b/chrome/browser/sync/syncable/model_type.cc
|
| index 5a06be84d43d53fd87f7a1e33b421bb636c1f3f5..48523008ce03614d821381f09e298d51e77fb6ef 100644
|
| --- a/chrome/browser/sync/syncable/model_type.cc
|
| +++ b/chrome/browser/sync/syncable/model_type.cc
|
| @@ -101,6 +101,9 @@ ModelType GetModelTypeFromSpecifics(const sync_pb::EntitySpecifics& specifics) {
|
| if (specifics.HasExtension(sync_pb::autofill))
|
| return AUTOFILL;
|
|
|
| + if(specifics.HasExtension(sync_pb::autofill_profile))
|
| + return AUTOFILL_PROFILE;
|
| +
|
| if (specifics.HasExtension(sync_pb::theme))
|
| return THEMES;
|
|
|
|
|