| Index: chrome/browser/sync/glue/autofill_profile_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_model_associator.cc b/chrome/browser/sync/glue/autofill_profile_model_associator.cc
|
| index 0197f93f7939704595f5211a9705c17cf8bffe25..6f08cc4f06f570abfa3b547cf2d3b30f772ecbc1 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_model_associator.cc
|
| @@ -9,6 +9,10 @@
|
| #include "chrome/browser/sync/api/sync_error.h"
|
| #include "chrome/browser/sync/glue/autofill_profile_change_processor.h"
|
| #include "chrome/browser/sync/glue/do_optimistic_refresh_task.h"
|
| +#include "chrome/browser/sync/internal_api/read_node.h"
|
| +#include "chrome/browser/sync/internal_api/read_transaction.h"
|
| +#include "chrome/browser/sync/internal_api/write_node.h"
|
| +#include "chrome/browser/sync/internal_api/write_transaction.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/webdata/autofill_table.h"
|
| #include "chrome/browser/webdata/web_database.h"
|
|
|