Chromium Code Reviews| Index: remoting/host/backoff_timer.cc |
| diff --git a/remoting/host/backoff_timer.cc b/remoting/host/backoff_timer.cc |
| index 1df5559216a71a8724582fe9cee8c05c74f27268..3a3472d6b95725d1c4911f4d728b3b5ef896c52b 100644 |
| --- a/remoting/host/backoff_timer.cc |
| +++ b/remoting/host/backoff_timer.cc |
| @@ -8,7 +8,7 @@ |
| namespace remoting { |
| -BackoffTimer::BackoffTimer() : timer_(new base::Timer(false, false)) {} |
| +BackoffTimer::BackoffTimer() : timer_(new base::OneShotTimer) {} |
| BackoffTimer::~BackoffTimer() {} |