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

Unified Diff: Source/platform/mediastream/RTCConfiguration.h

Issue 858663002: Fix template angle bracket syntax in platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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: Source/platform/mediastream/RTCConfiguration.h
diff --git a/Source/platform/mediastream/RTCConfiguration.h b/Source/platform/mediastream/RTCConfiguration.h
index 3270b5fbba30d97e26f4138668e321c89380945f..35ebc42f9073e1a8eaee8416259dca596e12147f 100644
--- a/Source/platform/mediastream/RTCConfiguration.h
+++ b/Source/platform/mediastream/RTCConfiguration.h
@@ -94,7 +94,7 @@ public:
private:
RTCConfiguration() : m_iceTransports(RTCIceTransportsAll), m_bundlePolicy(RTCBundlePolicyBalanced) { }
- HeapVector<Member<RTCIceServer> > m_servers;
+ HeapVector<Member<RTCIceServer>> m_servers;
RTCIceTransports m_iceTransports;
RTCBundlePolicy m_bundlePolicy;
};
« no previous file with comments | « Source/platform/mediastream/MediaStreamSource.cpp ('k') | Source/platform/mhtml/ArchiveResourceCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698