| 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 e9f9eb7f8f370587bbae2ec3b6a60b8be50a6fa8..54c5b9cbf124d4c9bc91c569758b0b4ddb875e38 100644
|
| --- a/chrome/browser/sync/profile_sync_service_mock.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_mock.cc
|
| @@ -12,14 +12,6 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/base/testing_profile.h"
|
|
|
| -ProfileSyncServiceMock::ProfileSyncServiceMock()
|
| - : ProfileSyncService(
|
| - NULL,
|
| - NULL,
|
| - NULL,
|
| - NULL,
|
| - ProfileSyncService::MANUAL_START) {}
|
| -
|
| ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile)
|
| : ProfileSyncService(
|
| NULL,
|
|
|