Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Unified Diff: webrtc/p2p/base/mockicetransport.h

Issue 2606123002: Remove the dependency of TransportChannel and TransportChannelImpl. (Closed)
Patch Set: Fix the format. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698