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

Unified Diff: Source/platform/mediastream/MediaStreamDescriptor.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
« no previous file with comments | « Source/platform/mediastream/MediaStreamComponent.h ('k') | Source/platform/mediastream/MediaStreamSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mediastream/MediaStreamDescriptor.h
diff --git a/Source/platform/mediastream/MediaStreamDescriptor.h b/Source/platform/mediastream/MediaStreamDescriptor.h
index d4c05d5d82359c1c2702def0b8bae6e4c9edfb36..30d5c6ddc6ca00127994d602af66499a522839b7 100644
--- a/Source/platform/mediastream/MediaStreamDescriptor.h
+++ b/Source/platform/mediastream/MediaStreamDescriptor.h
@@ -92,14 +92,14 @@ private:
MediaStreamDescriptorClient* m_client;
String m_id;
- Vector<RefPtr<MediaStreamComponent> > m_audioComponents;
- Vector<RefPtr<MediaStreamComponent> > m_videoComponents;
+ Vector<RefPtr<MediaStreamComponent>> m_audioComponents;
+ Vector<RefPtr<MediaStreamComponent>> m_videoComponents;
bool m_ended;
OwnPtr<ExtraData> m_extraData;
};
-typedef Vector<RefPtr<MediaStreamDescriptor> > MediaStreamDescriptorVector;
+typedef Vector<RefPtr<MediaStreamDescriptor>> MediaStreamDescriptorVector;
} // namespace blink
« no previous file with comments | « Source/platform/mediastream/MediaStreamComponent.h ('k') | Source/platform/mediastream/MediaStreamSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698