| Index: components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
| index 8d628f33dfec4d6a7fb441163458e575f5441688..ae9a4f28df8308f777d6cad426484ae2e297e3c2 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc
|
| @@ -19,8 +19,8 @@
|
| #include "components/autofill/core/browser/form_group.h"
|
| #include "components/autofill/core/browser/webdata/autofill_table.h"
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| -#include "components/sync/api/sync_error.h"
|
| -#include "components/sync/api/sync_error_factory.h"
|
| +#include "components/sync/model/sync_error.h"
|
| +#include "components/sync/model/sync_error_factory.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "components/webdata/common/web_database.h"
|
|
|
|
|