| 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 5d91209349dabc6196a1a9c37d411a9af3e2b32d..9ae39cd95337ec8b204ffd62ea371c5e79336510 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 HttpPostProviderFactory;
|
| class SyncManagerFactory;
|
| }
|
|
|
| @@ -84,7 +85,9 @@ 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,
|
| + scoped_ptr<syncer::HttpPostProviderFactory>
|
| + http_post_provider_factory) OVERRIDE;
|
| virtual void UpdateCredentials(
|
| const syncer::SyncCredentials& credentials) OVERRIDE;
|
| virtual void StartSyncingWithServer() OVERRIDE;
|
|
|