| Index: components/sync/model/model_type_store.h
|
| diff --git a/components/sync/model/model_type_store.h b/components/sync/model/model_type_store.h
|
| index 3eac0a6304e228b174c4202d0f760b0f2a0c375f..d3ad346e0988780fa4726d2ea4cf72fc03c2abf2 100644
|
| --- a/components/sync/model/model_type_store.h
|
| +++ b/components/sync/model/model_type_store.h
|
| @@ -131,7 +131,7 @@ class ModelTypeStore {
|
| // content::BrowserThread::GetBlockingPool();
|
| // scoped_refptr<base::SequencedTaskRunner> blocking_task_runner(
|
| // worker_pool->GetSequencedTaskRunnerWithShutdownBehavior(
|
| - // worker_pool->GetSequenceToken(),
|
| + // worker_pool->GetNamedSequenceToken(path),
|
| // base::SequencedWorkerPool::SKIP_ON_SHUTDOWN));
|
| //
|
| // In test get task runner from MessageLoop::task_runner().
|
|
|