| 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 6f0a831b3ceba1bcaddb7042295b46b960c8f0f6..e01d1590733fd99efb113cbaf3b3a3e288825a98 100644
|
| --- a/chrome/browser/webdata/autofill_profile_syncable_service.h
|
| +++ b/chrome/browser/webdata/autofill_profile_syncable_service.h
|
| @@ -14,11 +14,11 @@
|
| #include "base/supports_user_data.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/threading/non_thread_safe.h"
|
| -#include "components/autofill/browser/autofill_type.h"
|
| -#include "components/autofill/browser/webdata/autofill_change.h"
|
| -#include "components/autofill/browser/webdata/autofill_entry.h"
|
| -#include "components/autofill/browser/webdata/autofill_webdata_backend.h"
|
| -#include "components/autofill/browser/webdata/autofill_webdata_service_observer.h"
|
| +#include "components/autofill/core/browser/autofill_type.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_change.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_entry.h"
|
| +#include "components/autofill/core/browser/webdata/autofill_webdata_backend.h"
|
| +#include "components/autofill/core/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"
|
|
|