| Index: chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.cc b/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| index ee3ab723eee4a639ece68fb5736bbd3735d730b3..313a87f7b6bb4b3811fe9c46119fe2d5cf53cf02 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/metrics/histogram.h"
|
| -#include "chrome/browser/api/webdata/autofill_web_data_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/profile_sync_components_factory.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| #include "chrome/browser/webdata/autocomplete_syncable_service.h"
|
| +#include "chrome/browser/webdata/autofill_web_data_service.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|