| Index: chrome/browser/webdata/autofill_profile_syncable_service.h
|
| diff --git a/chrome/browser/webdata/autofill_profile_syncable_service.h b/chrome/browser/webdata/autofill_profile_syncable_service.h
|
| index ab0165ea99129a58a07df56dc6ce47fea31ff8d0..bf5d538149ac7c2c426fbe2933ba768cc99283c2 100644
|
| --- a/chrome/browser/webdata/autofill_profile_syncable_service.h
|
| +++ b/chrome/browser/webdata/autofill_profile_syncable_service.h
|
| @@ -15,9 +15,9 @@
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "components/autofill/browser/autofill_type.h"
|
| -#include "components/webdata/autofill/autofill_change.h"
|
| -#include "components/webdata/autofill/autofill_entry.h"
|
| -#include "components/webdata/autofill/autofill_webdata_service_observer.h"
|
| +#include "components/autofill/browser/webdata/autofill_change.h"
|
| +#include "components/autofill/browser/webdata/autofill_entry.h"
|
| +#include "components/autofill/browser/webdata/autofill_webdata_service_observer.h"
|
| #include "sync/api/sync_change.h"
|
| #include "sync/api/sync_data.h"
|
| #include "sync/api/sync_error.h"
|
|
|