Index: chrome/browser/sync/glue/sync_backend_host_impl.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h |
index 8f819c6ccc2f0d2f9a7e2c5736ef855c589f6bc0..aa91e2217f24f59e989d0c803df8c8a74c9a240a 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_impl.h |
+++ b/chrome/browser/sync/glue/sync_backend_host_impl.h |
@@ -42,6 +42,7 @@ class InvalidationService; |
} |
namespace syncer { |
+class NetworkResources; |
class SyncManagerFactory; |
} |
@@ -84,7 +85,8 @@ class SyncBackendHostImpl |
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; |
virtual void UpdateCredentials( |
const syncer::SyncCredentials& credentials) OVERRIDE; |
virtual void StartSyncingWithServer() OVERRIDE; |