Index: webrtc/p2p/base/mockicetransport.h |
diff --git a/webrtc/p2p/base/mockicetransport.h b/webrtc/p2p/base/mockicetransport.h |
index 0499c9f8b6541aaf50720255417dddc44f6b45d4..67943418714930c75f525ce3d39f8dc5095c4f1c 100644 |
--- a/webrtc/p2p/base/mockicetransport.h |
+++ b/webrtc/p2p/base/mockicetransport.h |
@@ -70,7 +70,7 @@ class MockIceTransport : public IceTransportInternal { |
bool writable() const override { return true; } |
private: |
- std::string transport_name_; |
+ std::string transport_name_ = ""; |
pthatcher1
2017/01/17 20:16:48
Does this even do anything different than the defa
|
}; |
} // namespace cricket |