| Index: chrome/browser/sync/profile_sync_service_mock.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_mock.cc b/chrome/browser/sync/profile_sync_service_mock.cc
|
| index b5755bb6604128192a295e2a6235ca1c2ea0af36..c52e9d102159de08d80e0b4917e51747b7a63891 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "chrome/browser/prefs/pref_service_mock_builder.h"
|
| #include "chrome/browser/prefs/testing_pref_store.h"
|
| -#include "chrome/browser/signin/signin_manager.h"
|
| #include "chrome/browser/signin/signin_manager_factory.h"
|
| #include "chrome/browser/sync/profile_sync_service_mock.h"
|
| #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
|
| @@ -15,7 +14,7 @@
|
| ProfileSyncServiceMock::ProfileSyncServiceMock()
|
| : ProfileSyncService(NULL,
|
| NULL,
|
| - new SigninManager(),
|
| + NULL,
|
| ProfileSyncService::MANUAL_START) {
|
| }
|
|
|
| @@ -27,7 +26,6 @@ ProfileSyncServiceMock::ProfileSyncServiceMock(
|
| }
|
|
|
| ProfileSyncServiceMock::~ProfileSyncServiceMock() {
|
| - delete signin();
|
| }
|
|
|
| // static
|
|
|