Index: base/watchdog_unittest.cc |
=================================================================== |
--- base/watchdog_unittest.cc (revision 68858) |
+++ base/watchdog_unittest.cc (working copy) |
@@ -86,7 +86,7 @@ |
// Make sure a basic alarm fires when the time has expired. |
TEST_F(WatchdogTest, AlarmPriorTimeTest) { |
- WatchdogCounter watchdog(TimeDelta::TimeDelta(), "Enabled2", true); |
+ WatchdogCounter watchdog(TimeDelta(), "Enabled2", true); |
// Set a time in the past. |
watchdog.ArmSomeTimeDeltaAgo(TimeDelta::FromSeconds(2)); |
// It should instantly go off, but certainly in less than 5 minutes. |