| Index: components/autofill/core/browser/webdata/autocomplete_syncable_service.cc
|
| diff --git a/components/autofill/core/browser/webdata/autocomplete_syncable_service.cc b/components/autofill/core/browser/webdata/autocomplete_syncable_service.cc
|
| index cb23f73e4ed4f43df86cc41195b62d618de00bb5..76fb7fbdbcc36c9172872309f9ae01d095f4d0ad 100644
|
| --- a/components/autofill/core/browser/webdata/autocomplete_syncable_service.cc
|
| +++ b/components/autofill/core/browser/webdata/autocomplete_syncable_service.cc
|
| @@ -13,8 +13,8 @@
|
| #include "base/strings/utf_string_conversions.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/autofill_specifics.pb.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| #include "components/webdata/common/web_database.h"
|
|
|