| Index: remoting/host/gcd_rest_client.h
|
| diff --git a/remoting/host/gcd_rest_client.h b/remoting/host/gcd_rest_client.h
|
| index 52c49e863d4c91c6d1e4fbaa4231fca7d72166f9..23263f217147caec35b44e4f5acedf5d9d08f7ad 100644
|
| --- a/remoting/host/gcd_rest_client.h
|
| +++ b/remoting/host/gcd_rest_client.h
|
| @@ -53,7 +53,7 @@ class GcdRestClient : public net::URLFetcherDelegate {
|
| void PatchState(scoped_ptr<base::DictionaryValue> patch_details,
|
| const GcdRestClient::ResultCallback& callback);
|
|
|
| - void SetClockForTest(scoped_ptr<base::Clock> clock) { clock_ = clock.Pass(); }
|
| + void SetClockForTest(scoped_ptr<base::Clock> clock);
|
|
|
| private:
|
| void OnTokenReceived(OAuthTokenGetter::Status status,
|
|
|