| Index: chrome/browser/sync/glue/autofill_change_processor.h
|
| diff --git a/chrome/browser/sync/glue/autofill_change_processor.h b/chrome/browser/sync/glue/autofill_change_processor.h
|
| index 1ea0e1aa1b1742fa1693b55a0b2cd6553038dc87..70325a43d3f5b745ab9ec1c08bebac98d531cfe5 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;
|
|
|