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

Unified Diff: Source/modules/mediastream/RTCPeerConnection.h

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/modules/mediastream/RTCPeerConnection.h
diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h
index 1d2cd44937f09d2f51decbc24af12a847ceb1776..a9fbae5224d1f5d404a5c6c9df49aada019a74ba 100644
--- a/Source/modules/mediastream/RTCPeerConnection.h
+++ b/Source/modules/mediastream/RTCPeerConnection.h
@@ -171,12 +171,12 @@ private:
MediaStreamVector m_localStreams;
MediaStreamVector m_remoteStreams;
- HeapVector<Member<RTCDataChannel> > m_dataChannels;
+ HeapVector<Member<RTCDataChannel>> m_dataChannels;
OwnPtr<WebRTCPeerConnectionHandler> m_peerHandler;
AsyncMethodRunner<RTCPeerConnection> m_dispatchScheduledEventRunner;
- WillBeHeapVector<RefPtrWillBeMember<Event> > m_scheduledEvents;
+ WillBeHeapVector<RefPtrWillBeMember<Event>> m_scheduledEvents;
bool m_stopped;
bool m_closed;

Powered by Google App Engine
This is Rietveld 408576698