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

Unified Diff: Source/modules/mediastream/MediaDeviceInfo.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/MediaDeviceInfo.h
diff --git a/Source/modules/mediastream/MediaDeviceInfo.h b/Source/modules/mediastream/MediaDeviceInfo.h
index af4c9a19d0ced9220e346f0709b64e0eddb340f5..44b2d60a9d5c364cb4afca5b0a3de92a0f3b6813 100644
--- a/Source/modules/mediastream/MediaDeviceInfo.h
+++ b/Source/modules/mediastream/MediaDeviceInfo.h
@@ -50,7 +50,7 @@ private:
WebMediaDeviceInfo m_webMediaDeviceInfo;
};
-typedef HeapVector<Member<MediaDeviceInfo> > MediaDeviceInfoVector;
+typedef HeapVector<Member<MediaDeviceInfo>> MediaDeviceInfoVector;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698