| Index: content/browser/plugin_data_remover_impl.cc
|
| diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc
|
| index 35fde09d9b265161d679b8436bca4603ecd35e08..c6e49e8bca191fc66dddb744bf0458ee59f4edd9 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -84,7 +84,7 @@ class PluginDataRemoverImpl::Context
|
| BrowserThread::IO,
|
| FROM_HERE,
|
| base::Bind(&Context::OnTimeout, this),
|
| - kRemovalTimeoutMs);
|
| + base::TimeDelta::FromMilliseconds(kRemovalTimeoutMs));
|
| }
|
|
|
| // Initialize on the IO thread.
|
|
|