summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/autofill_profile_change_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/autofill_profile_change_processor.h')
-rw-r--r--chrome/browser/sync/glue/autofill_profile_change_processor.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/autofill_profile_change_processor.h b/chrome/browser/sync/glue/autofill_profile_change_processor.h
index c9fd9fe..1f4a6fb 100644
--- a/chrome/browser/sync/glue/autofill_profile_change_processor.h
+++ b/chrome/browser/sync/glue/autofill_profile_change_processor.h
@@ -10,9 +10,9 @@
#include "chrome/browser/autofill/autofill_profile.h"
#include "chrome/browser/autofill/personal_data_manager.h"
-#include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/glue/autofill_profile_model_associator.h"
#include "chrome/browser/sync/glue/change_processor.h"
+#include "chrome/browser/sync/internal_api/sync_manager.h"
#include "chrome/browser/sync/unrecoverable_error_handler.h"
#include "chrome/browser/webdata/autofill_change.h"
#include "chrome/browser/webdata/web_database.h"
@@ -21,6 +21,12 @@
#include "content/common/notification_registrar.h"
#include "content/common/notification_service.h"
+namespace sync_api {
+class ReadNode;
+class WriteNode;
+class WriteTransaction;
+} // namespace sync_api
+
namespace browser_sync {
class AutofillProfileChangeProcessor : public ChangeProcessor,