| Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| index 07f84b2630f7c13bf9ed583c2a696e8c283ed0ee..20dfd5c3a8701ffe77d9dffc78c24b55e81db2a5 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
|
| @@ -11,7 +11,7 @@
|
| #include "chrome/browser/extensions/extension_system_factory.h"
|
| #include "chrome/browser/history/history_service.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| -#include "chrome/browser/webdata/autofill_web_data_service.h"
|
| +#include "components/webdata/autofill/autofill_webdata_service.h"
|
| #if !defined(OS_ANDROID)
|
| #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service.h"
|
| #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h"
|
|
|