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