| Index: remoting/host/host_status_observer.h
 | 
| ===================================================================
 | 
| --- remoting/host/host_status_observer.h	(revision 109590)
 | 
| +++ remoting/host/host_status_observer.h	(working copy)
 | 
| @@ -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 @@
 | 
|  
 | 
|  }  // namespace remoting
 | 
|  
 | 
| -#endif  // REMOTING_HOST_STATUS_OBSERVER_H_
 | 
| +#endif  // REMOTING_HOST_HOST_STATUS_OBSERVER_H_
 | 
| 
 |