]> git.pld-linux.org Git - packages/chromium-browser.git/blob - gcc45.patch
- fix autobuild to resume on .spec file conflicts
[packages/chromium-browser.git] / gcc45.patch
1 --- chromium-browser-6.0.464.0~svn20100713r52155/src/base/watchdog_unittest.cc~ 2010-06-03 05:04:36.000000000 +0300
2 +++ chromium-browser-6.0.464.0~svn20100713r52155/src/base/watchdog_unittest.cc  2010-07-13 12:41:18.035417689 +0300
3 @@ -83,7 +83,7 @@
4  
5  // Make sure a basic alarm fires when the time has expired.
6  TEST_F(WatchdogTest, AlarmPriorTimeTest) {
7 -  WatchdogCounter watchdog(TimeDelta::TimeDelta(), "Enabled2", true);
8 +  WatchdogCounter watchdog(TimeDelta(), "Enabled2", true);
9    // Set a time in the past.
10    watchdog.ArmSomeTimeDeltaAgo(TimeDelta::FromSeconds(2));
11    // It should instantly go off, but certainly in less than 5 minutes.
This page took 0.068404 seconds and 3 git commands to generate.