| Index: chrome/browser/plugin_download_helper_unittest.cc
|
| diff --git a/chrome/browser/plugin_download_helper_unittest.cc b/chrome/browser/plugin_download_helper_unittest.cc
|
| index 5615c5c65e2de4d0f8dbd22861d8ec7773bb8b93..7df0d242d07b2f06168a527d387372793680d018 100644
|
| --- a/chrome/browser/plugin_download_helper_unittest.cc
|
| +++ b/chrome/browser/plugin_download_helper_unittest.cc
|
| @@ -73,7 +73,7 @@ class PluginInstallerDownloadTest : public testing::Test {
|
|
|
| message_loop_.PostDelayedTask(
|
| FROM_HERE, MessageLoop::QuitClosure(),
|
| - TestTimeouts::action_max_timeout_ms());
|
| + TestTimeouts::action_max_timeout());
|
| }
|
|
|
| void OnDownloadCompleted(const FilePath& download_path) {
|
|
|