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 3deb86b234780a239ed95066f5a78ecb33be6d85..fb254dcec38c772415656ecb3fee6a560e31d562 100644 |
--- a/chrome/browser/webdata/autocomplete_syncable_service.h |
+++ b/chrome/browser/webdata/autocomplete_syncable_service.h |
@@ -15,11 +15,11 @@ |
#include "base/scoped_observer.h" |
#include "base/supports_user_data.h" |
#include "base/threading/non_thread_safe.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.h" |
-#include "components/autofill/browser/webdata/autofill_webdata_service_observer.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.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" |