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..4692401157a0e1a19edc58b06b81f1e4a33f2037 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, |
+ scoped_ptr<syncer::HttpPostProviderFactory> |
+ http_post_provider_factory) OVERRIDE {} |
}; |
ACTION(ReturnNewSyncBackendHostMock) { |