| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index dbfee7d6cf477ca9d018ac538c2f1d9393432b8f..8cd69dac226bf82cc757187b36e818c964434124 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -29,6 +29,7 @@ class MessageLoop;
|
| }
|
|
|
| namespace syncer {
|
| +class HttpPostProviderFactory;
|
| class SyncManagerFactory;
|
| }
|
|
|
| @@ -66,7 +67,9 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
|
| scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory,
|
| scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler,
|
| syncer::ReportUnrecoverableErrorFunction
|
| - report_unrecoverable_error_function) = 0;
|
| + report_unrecoverable_error_function,
|
| + scoped_ptr<syncer::HttpPostProviderFactory>
|
| + http_post_provider_factory) = 0;
|
|
|
| // Called on the frontend's thread to update SyncCredentials.
|
| virtual void UpdateCredentials(
|
|
|