| Index: remoting/test/fake_remote_host_info_fetcher.cc
|
| diff --git a/remoting/test/fake_remote_host_info_fetcher.cc b/remoting/test/fake_remote_host_info_fetcher.cc
|
| index 8270984daf28d091db447af32bfa27da7011bdbe..c97f2e4ebcb42c5f90d4946271010f72b5b90834 100644
|
| --- a/remoting/test/fake_remote_host_info_fetcher.cc
|
| +++ b/remoting/test/fake_remote_host_info_fetcher.cc
|
| @@ -7,10 +7,12 @@
|
| namespace remoting {
|
| namespace test {
|
|
|
| -FakeRemoteHostInfoFetcher::FakeRemoteHostInfoFetcher() :
|
| - fail_retrieve_remote_host_info_(false) {}
|
| +FakeRemoteHostInfoFetcher::FakeRemoteHostInfoFetcher()
|
| + : fail_retrieve_remote_host_info_(false) {
|
| +}
|
|
|
| -FakeRemoteHostInfoFetcher::~FakeRemoteHostInfoFetcher() {}
|
| +FakeRemoteHostInfoFetcher::~FakeRemoteHostInfoFetcher() {
|
| +}
|
|
|
| bool FakeRemoteHostInfoFetcher::RetrieveRemoteHostInfo(
|
| const std::string& application_id,
|
|
|