| Index: remoting/protocol/host_stub.h
 | 
| ===================================================================
 | 
| --- remoting/protocol/host_stub.h	(revision 109590)
 | 
| +++ remoting/protocol/host_stub.h	(working copy)
 | 
| @@ -11,15 +11,13 @@
 | 
|  
 | 
|  #include "base/basictypes.h"
 | 
|  
 | 
| -class Task;
 | 
| -
 | 
|  namespace remoting {
 | 
|  namespace protocol {
 | 
|  
 | 
|  class HostStub {
 | 
|   public:
 | 
| -  HostStub() {};
 | 
| -  virtual ~HostStub() {};
 | 
| +  HostStub() {}
 | 
| +  virtual ~HostStub() {}
 | 
|  
 | 
|    // Currently we don't use the control channel for anything. Add new
 | 
|    // message handlers here when necessary.
 | 
| 
 |