| Index: remoting/test/fake_host_list_fetcher.h
|
| diff --git a/remoting/test/fake_host_list_fetcher.h b/remoting/test/fake_host_list_fetcher.h
|
| index 0b67535bd01fba47c9c84b3d272064db1ac129a5..1bfd3eb3d40fc919ad4a377ac44227c7949cef31 100644
|
| --- a/remoting/test/fake_host_list_fetcher.h
|
| +++ b/remoting/test/fake_host_list_fetcher.h
|
| @@ -20,6 +20,7 @@ class FakeHostListFetcher : public HostListFetcher {
|
|
|
| // HostListFetcher interface.
|
| void RetrieveHostlist(const std::string& access_token,
|
| + const std::string& target_url,
|
| const HostlistCallback& callback) override;
|
|
|
| void set_retrieved_host_list(const std::vector<HostInfo>& host_list) {
|
|
|