| Index: webrtc/p2p/base/packettransportinterface.h | 
| diff --git a/webrtc/p2p/base/packettransportinterface.h b/webrtc/p2p/base/packettransportinterface.h | 
| index d0665bc1db07d23a66b8684531e68bbd6f9007fd..04130ef040b811cb726da637addad134ed587c5f 100644 | 
| --- a/webrtc/p2p/base/packettransportinterface.h | 
| +++ b/webrtc/p2p/base/packettransportinterface.h | 
| @@ -14,6 +14,8 @@ | 
| #include <string> | 
| #include <vector> | 
|  | 
| +// This is included for PacketOptions. | 
| +#include "webrtc/base/asyncpacketsocket.h" | 
| #include "webrtc/base/sigslot.h" | 
| #include "webrtc/base/socket.h" | 
|  | 
| @@ -31,7 +33,7 @@ class PacketTransportInterface : public sigslot::has_slots<> { | 
| virtual ~PacketTransportInterface() {} | 
|  | 
| // Identify the object for logging and debug purpose. | 
| -  virtual const std::string debug_name() const = 0; | 
| +  virtual std::string debug_name() const = 0; | 
|  | 
| // The transport has been established. | 
| virtual bool writable() const = 0; | 
|  |