| 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 daaa88a35f3218ce0a7649dea673ab32559aa211..0c8abff96559c020c002c28783b184ebb0fd0dae 100644
|
| --- a/chrome/browser/webdata/autofill_profile_syncable_service.h
|
| +++ b/chrome/browser/webdata/autofill_profile_syncable_service.h
|
| @@ -14,10 +14,10 @@
|
| #include "base/supports_user_data.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "chrome/browser/webdata/autofill_change.h"
|
| -#include "chrome/browser/webdata/autofill_entry.h"
|
| -#include "chrome/browser/webdata/autofill_web_data_service_observer.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 "sync/api/sync_change.h"
|
| #include "sync/api/sync_data.h"
|
| #include "sync/api/sync_error.h"
|
|
|