Index: webrtc/p2p/base/packettransportinterface.h |
diff --git a/webrtc/p2p/base/packettransportinterface.h b/webrtc/p2p/base/packettransportinterface.h |
index 9a2b32a48941b6b252d9f16704c42c841996cf82..d0665bc1db07d23a66b8684531e68bbd6f9007fd 100644 |
--- a/webrtc/p2p/base/packettransportinterface.h |
+++ b/webrtc/p2p/base/packettransportinterface.h |
@@ -31,7 +31,7 @@ |
virtual ~PacketTransportInterface() {} |
// Identify the object for logging and debug purpose. |
- virtual std::string debug_name() const = 0; |
+ virtual const std::string debug_name() const = 0; |
// The transport has been established. |
virtual bool writable() const = 0; |