Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: chrome/browser/plugin_download_helper_unittest.cc

Issue 9303006: Convert use of int ms to TimeDelta in scattered chromium files. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/service_process_util_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | chrome/common/service_process_util_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698