| Index: components/autofill/core/browser/webdata/autofill_data_type_controller.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_data_type_controller.cc b/components/autofill/core/browser/webdata/autofill_data_type_controller.cc
|
| index a4f4a2218e0eab748ccdeea0f3acc13f5bd757a0..2082e9d274a7c94f03bfc0e3c0d17d794c68a941 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_data_type_controller.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_data_type_controller.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/metrics/histogram.h"
|
| #include "components/autofill/core/browser/webdata/autocomplete_syncable_service.h"
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| -#include "sync/api/sync_error.h"
|
| -#include "sync/internal_api/public/util/experiments.h"
|
| +#include "components/sync/api/sync_error.h"
|
| +#include "components/sync/base/experiments.h"
|
|
|
| namespace browser_sync {
|
|
|
|
|