| Index: chrome/browser/history/expire_history_backend.cc
|
| diff --git a/chrome/browser/history/expire_history_backend.cc b/chrome/browser/history/expire_history_backend.cc
|
| index 070722bc7f8e12b3d066c942f5742c91f3e295f1..084fa618e03bbdd0e0ca0c319dcffe56c5e4a3bf 100644
|
| --- a/chrome/browser/history/expire_history_backend.cc
|
| +++ b/chrome/browser/history/expire_history_backend.cc
|
| @@ -416,8 +416,7 @@ void ExpireHistoryBackend::ArchiveURLsAndVisits(
|
| void ExpireHistoryBackend::ScheduleArchive(TimeDelta delay) {
|
| factory_.RevokeAll();
|
| MessageLoop::current()->PostDelayedTask(FROM_HERE, factory_.NewRunnableMethod(
|
| - &ExpireHistoryBackend::DoArchiveIteration),
|
| - static_cast<int>(delay.InMilliseconds()));
|
| + &ExpireHistoryBackend::DoArchiveIteration), delay.InMilliseconds());
|
| }
|
|
|
| void ExpireHistoryBackend::DoArchiveIteration() {
|
|
|