Index: chrome/browser/sync/profile_sync_service_password_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
index 54695a15ddd4802417cea1825295eda143a9973b..00394dc33b08f4218087d966bbf61f8c170388bf 100644 |
--- a/chrome/browser/sync/profile_sync_service_password_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc |
@@ -18,6 +18,8 @@ |
#include "chrome/browser/password_manager/mock_password_store.h" |
#include "chrome/browser/password_manager/password_store.h" |
#include "chrome/browser/password_manager/password_store_factory.h" |
+#include "chrome/browser/signin/profile_oauth2_token_service.h" |
+#include "chrome/browser/signin/profile_oauth2_token_service_factory.h" |
#include "chrome/browser/signin/signin_manager.h" |
#include "chrome/browser/signin/signin_manager_factory.h" |
#include "chrome/browser/signin/token_service_factory.h" |
@@ -33,6 +35,7 @@ |
#include "chrome/browser/sync/profile_sync_test_util.h" |
#include "chrome/browser/sync/test_profile_sync_service.h" |
#include "chrome/common/pref_names.h" |
+#include "chrome/test/base/testing_profile.h" |
#include "components/autofill/core/common/password_form.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/test/mock_notification_observer.h" |
@@ -102,8 +105,7 @@ class PasswordTestProfileSyncService : public TestProfileSyncService { |
profile, |
signin, |
oauth2_token_service, |
- ProfileSyncService::AUTO_START, |
- false) {} |
+ ProfileSyncService::AUTO_START) {} |
virtual ~PasswordTestProfileSyncService() {} |