| Index: remoting/test/fake_remote_host_info_fetcher.h
|
| diff --git a/remoting/test/fake_remote_host_info_fetcher.h b/remoting/test/fake_remote_host_info_fetcher.h
|
| index d82860f9ffa1eab859d47098f3f714245060bf7e..af8b0b45e27b86013e7140b3dc4dc1de1dda2825 100644
|
| --- a/remoting/test/fake_remote_host_info_fetcher.h
|
| +++ b/remoting/test/fake_remote_host_info_fetcher.h
|
| @@ -21,11 +21,10 @@ class FakeRemoteHostInfoFetcher : public RemoteHostInfoFetcher {
|
| ~FakeRemoteHostInfoFetcher() override;
|
|
|
| // RemoteHostInfoFetcher interface.
|
| - bool RetrieveRemoteHostInfo(
|
| - const std::string& application_id,
|
| - const std::string& access_token,
|
| - ServiceEnvironment service_environment,
|
| - const RemoteHostInfoCallback& callback) override;
|
| + bool RetrieveRemoteHostInfo(const std::string& application_id,
|
| + const std::string& access_token,
|
| + ServiceEnvironment service_environment,
|
| + const RemoteHostInfoCallback& callback) override;
|
|
|
| void set_fail_retrieve_remote_host_info(bool fail) {
|
| fail_retrieve_remote_host_info_ = fail;
|
|
|