| Index: remoting/protocol/jingle_datagram_connector.h
 | 
| ===================================================================
 | 
| --- remoting/protocol/jingle_datagram_connector.h	(revision 109590)
 | 
| +++ remoting/protocol/jingle_datagram_connector.h	(working copy)
 | 
| @@ -5,14 +5,12 @@
 | 
|  #ifndef REMOTING_PROTOCOL_JINGLE_DATAGRAM_CONNECTOR_H_
 | 
|  #define REMOTING_PROTOCOL_JINGLE_DATAGRAM_CONNECTOR_H_
 | 
|  
 | 
| +#include <string>
 | 
| +
 | 
|  #include "net/base/completion_callback.h"
 | 
|  #include "remoting/protocol/jingle_channel_connector.h"
 | 
|  #include "remoting/protocol/session.h"
 | 
|  
 | 
| -namespace cricket {
 | 
| -class TransportChannel;
 | 
| -}  // namespace cricket
 | 
| -
 | 
|  namespace jingle_glue {
 | 
|  class TransportChannelSocketAdapter;
 | 
|  }  // namespace jingle_glue
 | 
| 
 |