| Index: trunk/src/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/sync/profile_sync_service_password_unittest.cc (revision 238367)
|
| +++ trunk/src/chrome/browser/sync/profile_sync_service_password_unittest.cc (working copy)
|
| @@ -18,8 +18,6 @@
|
| #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/sync/abstract_profile_sync_service_test.h"
|
| @@ -34,7 +32,6 @@
|
| #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"
|
| @@ -104,7 +101,8 @@
|
| profile,
|
| signin,
|
| oauth2_token_service,
|
| - ProfileSyncService::AUTO_START) {}
|
| + ProfileSyncService::AUTO_START,
|
| + false) {}
|
|
|
| virtual ~PasswordTestProfileSyncService() {}
|
|
|
|
|