| Index: remoting/host/backoff_timer.h
|
| diff --git a/remoting/host/backoff_timer.h b/remoting/host/backoff_timer.h
|
| index edd49a548bed86d2e5a806d9f8097169f9607694..a75a8d30bdf38616be69099bda8df1208f8a4705 100644
|
| --- a/remoting/host/backoff_timer.h
|
| +++ b/remoting/host/backoff_timer.h
|
| @@ -31,7 +31,7 @@ class BackoffTimer {
|
| void Stop();
|
|
|
| // Returns true if the user task may be invoked in the future.
|
| - bool IsRunning() const { return backoff_entry_; }
|
| + bool IsRunning() const { return !!backoff_entry_; }
|
|
|
| void SetTimerForTest(scoped_ptr<base::Timer> timer);
|
|
|
|
|