Index: chrome/browser/sync/profile_sync_service_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc |
index 29f4834d52667fb834bcd427dd42af28369ed49d..f6c89571057941679e78036315903a37118f3145 100644 |
--- a/chrome/browser/sync/profile_sync_service_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc |
@@ -163,7 +163,8 @@ class SyncBackendHostNoReturn : public SyncBackendHostMock { |
scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory, |
scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler, |
syncer::ReportUnrecoverableErrorFunction |
- report_unrecoverable_error_function) OVERRIDE {} |
+ report_unrecoverable_error_function, |
+ syncer::NetworkResources* network_resources) OVERRIDE {} |
}; |
ACTION(ReturnNewSyncBackendHostMock) { |