Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4919)

Unified Diff: chrome/browser/sync/profile_sync_service_unittest.cc

Issue 73723006: Allow customization of HttpPostProviderFactory via ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix clang compile error Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | sync/internal_api/http_bridge_network_resources.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | sync/internal_api/http_bridge_network_resources.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698