| Index: components/sync/driver/glue/sync_backend_host_impl.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host_impl.h b/components/sync/driver/glue/sync_backend_host_impl.h
|
| index fb24aeb55ffaaee485981ad782e92e6d8402cd0d..625f2edf2fa49c99fe91b2c2a8b5ed20c8ade189 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl.h
|
| @@ -76,8 +76,6 @@ class SyncBackendHostImpl : public SyncBackendHost, public InvalidationHandler {
|
| void Initialize(
|
| SyncFrontend* frontend,
|
| base::Thread* sync_thread,
|
| - const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
|
| - const scoped_refptr<base::SingleThreadTaskRunner>& file_thread,
|
| const WeakHandle<JsEventHandler>& event_handler,
|
| const GURL& service_url,
|
| const std::string& sync_user_agent,
|
|
|