Index: content/browser/plugin_service_impl.cc |
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc |
index 09ae4dcb8c6d8c27eec5a156a5d87c85167e795f..700d30428c73a5e87397506c2c29cf405d1a6141 100644 |
--- a/content/browser/plugin_service_impl.cc |
+++ b/content/browser/plugin_service_impl.cc |
@@ -177,7 +177,7 @@ PluginServiceImpl::~PluginServiceImpl() { |
} |
void PluginServiceImpl::Init() { |
- plugin_list_token_ = BrowserThread::GetBlockingPool()->GetSequenceToken(); |
+ plugin_list_token_ = base::SequencedWorkerPool::GetSequenceToken(); |
PluginList::Singleton()->set_will_load_plugins_callback( |
base::Bind(&WillLoadPluginsCallback, plugin_list_token_)); |