summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/autofill_change_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/autofill_change_processor.h')
-rw-r--r--chrome/browser/sync/glue/autofill_change_processor.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/autofill_change_processor.h b/chrome/browser/sync/glue/autofill_change_processor.h
index 1ea0e1a..70325a4 100644
--- a/chrome/browser/sync/glue/autofill_change_processor.h
+++ b/chrome/browser/sync/glue/autofill_change_processor.h
@@ -11,9 +11,9 @@
#include "chrome/browser/autofill/autofill_profile.h"
#include "chrome/browser/autofill/credit_card.h"
#include "chrome/browser/autofill/personal_data_manager.h"
-#include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/glue/change_processor.h"
#include "chrome/browser/sync/glue/sync_backend_host.h"
+#include "chrome/browser/sync/internal_api/sync_manager.h"
#include "chrome/browser/sync/protocol/autofill_specifics.pb.h"
#include "chrome/browser/webdata/web_data_service.h"
#include "content/common/notification_observer.h"
@@ -25,6 +25,12 @@ class AutofillProfileChange;
class PersonalDataManager;
class WebDatabase;
+namespace sync_api {
+class ReadNode;
+class WriteNode;
+class WriteTransaction;
+} // namespace sync_api
+
namespace browser_sync {
class AutofillModelAssociator;