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 638a464521d181574ae60922343ce4dd33195a36..18ac855a50d0628714cb260866c489d6bd361b8a 100644 |
--- a/chrome/browser/sync/profile_sync_service_mock.cc |
+++ b/chrome/browser/sync/profile_sync_service_mock.cc |
@@ -11,5 +11,9 @@ ProfileSyncServiceMock::ProfileSyncServiceMock() |
: ProfileSyncService(NULL, NULL, new SigninManager(), "") { |
} |
+ProfileSyncServiceMock::ProfileSyncServiceMock( |
+ Profile* profile) : ProfileSyncService(NULL, profile, NULL, "") { |
+} |
+ |
ProfileSyncServiceMock::~ProfileSyncServiceMock() { |
} |