| Index: chrome/browser/sync/glue/autofill_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/autofill_model_associator.h b/chrome/browser/sync/glue/autofill_model_associator.h
|
| index baffaa8d044881a210379d2ce08fbc4d551e092b..1de78481ffb5607cd8b6fb1c19ba219e0720e06b 100644
|
| --- a/chrome/browser/sync/glue/autofill_model_associator.h
|
| +++ b/chrome/browser/sync/glue/autofill_model_associator.h
|
| @@ -15,7 +15,6 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/synchronization/lock.h"
|
| #include "chrome/browser/autofill/personal_data_manager.h"
|
| -#include "chrome/browser/sync/engine/syncapi.h"
|
| #include "chrome/browser/sync/glue/model_associator.h"
|
| #include "chrome/browser/sync/protocol/autofill_specifics.pb.h"
|
| #include "chrome/browser/webdata/autofill_entry.h"
|
| @@ -26,6 +25,7 @@ class ProfileSyncService;
|
| class WebDatabase;
|
|
|
| namespace sync_api {
|
| +class ReadNode;
|
| class WriteTransaction;
|
| }
|
|
|
|
|