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 e7ccdc6138eee151aa750e493ca513cd202e6acb..8f61fd9ccfab3bc0d8e95515d59501acc3dcfc35 100644 |
--- a/chrome/browser/sync/profile_sync_service_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc |
@@ -165,7 +165,9 @@ 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::HttpPostProviderFactoryFactory* |
+ http_post_provider_factory_factory) OVERRIDE {} |
}; |
ACTION(ReturnNewSyncBackendHostMock) { |