| Index: chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc b/chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc
|
| index 94b1e55e660a09de6937da1fe97ec0ca855deb8f..cb0f919e4c7570a79c7a8b8152d22771cdedaba5 100644
|
| --- a/chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/password_manager_setting_migrator_helper.cc
|
| @@ -7,13 +7,13 @@
|
| #include "base/metrics/field_trial.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/password_manager/password_manager_setting_migrator_service.h"
|
| #include "chrome/browser/password_manager/password_manager_setting_migrator_service_factory.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| #include "chrome/browser/sync/test/integration/preferences_helper.h"
|
| #include "components/password_manager/core/common/password_manager_pref_names.h"
|
| +#include "components/password_manager/sync/browser/password_manager_setting_migrator_service.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_source.h"
|
|
|