| Index: components/sync/driver/glue/sync_backend_host.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host.h b/components/sync/driver/glue/sync_backend_host.h
|
| index d64042bd871edab99130e52dd73c4d5cf9a757b0..ec8ce49679e5f0bec53a3e687a14375fc83a3782 100644
|
| --- a/components/sync/driver/glue/sync_backend_host.h
|
| +++ b/components/sync/driver/glue/sync_backend_host.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "base/threading/thread.h"
|
| +#include "base/single_thread_task_runner.h"
|
| #include "components/sync/base/model_type.h"
|
| #include "components/sync/base/weak_handle.h"
|
| #include "components/sync/driver/backend_data_type_configurer.h"
|
| @@ -54,7 +54,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
|
| // backend instance. May be null.
|
| virtual void Initialize(
|
| SyncFrontend* frontend,
|
| - base::Thread* sync_thread,
|
| + scoped_refptr<base::SingleThreadTaskRunner> sync_task_runner,
|
| const WeakHandle<JsEventHandler>& event_handler,
|
| const GURL& service_url,
|
| const std::string& sync_user_agent,
|
|
|