diff options
Diffstat (limited to 'remoting/host/host_status_observer.h')
-rw-r--r-- | remoting/host/host_status_observer.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/remoting/host/host_status_observer.h b/remoting/host/host_status_observer.h index ccd03a2..ea47a69 100644 --- a/remoting/host/host_status_observer.h +++ b/remoting/host/host_status_observer.h @@ -2,18 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef REMOTING_HOST_STATUS_OBSERVER_H_ -#define REMOTING_HOST_STATUS_OBSERVER_H_ +#ifndef REMOTING_HOST_HOST_STATUS_OBSERVER_H_ +#define REMOTING_HOST_HOST_STATUS_OBSERVER_H_ #include <string> namespace remoting { class SignalStrategy; -namespace protocol { -class ConnectionToClient; -} - // Interface for host status observer. All methods are invoked on the // network thread. class HostStatusObserver { @@ -41,4 +37,4 @@ class HostStatusObserver { } // namespace remoting -#endif // REMOTING_HOST_STATUS_OBSERVER_H_ +#endif // REMOTING_HOST_HOST_STATUS_OBSERVER_H_ |