Chromium Code Reviews| Index: base/debug/debugger.cc |
| diff --git a/base/debug/debugger.cc b/base/debug/debugger.cc |
| index a0d8a92294a78b34a2ea82d7cdc78ea80673312b..79233c58c5720752419de8f564ff37147d3f3146 100644 |
| --- a/base/debug/debugger.cc |
| +++ b/base/debug/debugger.cc |
| @@ -24,7 +24,7 @@ bool WaitForDebugger(int wait_seconds, bool silent) { |
| BreakDebugger(); |
| return true; |
| } |
| - PlatformThread::Sleep(100); |
| + PlatformThread::Sleep(TimeDelta::FromMilliseconds(100)); |
| } |
| return false; |
| } |