| Index: chrome/browser/webdata/autocomplete_syncable_service.h
|
| diff --git a/chrome/browser/webdata/autocomplete_syncable_service.h b/chrome/browser/webdata/autocomplete_syncable_service.h
|
| index 957181fec6f5befae605cd91334cf01f6c3558e2..b81334d294260f78438be364eb2cb2514d6d66f5 100644
|
| --- a/chrome/browser/webdata/autocomplete_syncable_service.h
|
| +++ b/chrome/browser/webdata/autocomplete_syncable_service.h
|
| @@ -15,10 +15,10 @@
|
| #include "base/scoped_observer.h"
|
| #include "base/supports_user_data.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.h"
|
| -#include "chrome/browser/webdata/autofill_web_data_service_observer.h"
|
| +#include "components/webdata/autofill/autofill_change.h"
|
| +#include "components/webdata/autofill/autofill_entry.h"
|
| +#include "components/webdata/autofill/autofill_webdata_service.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"
|
|
|