summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/chrome_frame_test_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/chrome_frame_test_utils.h')
-rw-r--r--chrome_frame/test/chrome_frame_test_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/test/chrome_frame_test_utils.h b/chrome_frame/test/chrome_frame_test_utils.h
index 2b7466b..1d4d479 100644
--- a/chrome_frame/test/chrome_frame_test_utils.h
+++ b/chrome_frame/test/chrome_frame_test_utils.h
@@ -217,8 +217,8 @@ class TimedMsgLoop {
}
void PostDelayedTask(const tracked_objects::Location& from_here,
- const base::Closure& task, int64 delay_ms) {
- loop_.PostDelayedTask(from_here, task, delay_ms);
+ const base::Closure& task, base::TimeDelta delay) {
+ loop_.PostDelayedTask(from_here, task, delay);
}
void Quit() {