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

Unified Diff: Source/modules/mediastream/SourceInfo.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/SourceInfo.h
diff --git a/Source/modules/mediastream/SourceInfo.h b/Source/modules/mediastream/SourceInfo.h
index 0e2039c60042bd0b43a5c15739ff123d2808cff2..9fe7e0517acce304e36c748dd5d3123b54c8252b 100644
--- a/Source/modules/mediastream/SourceInfo.h
+++ b/Source/modules/mediastream/SourceInfo.h
@@ -50,7 +50,7 @@ private:
WebSourceInfo m_webSourceInfo;
};
-typedef HeapVector<Member<SourceInfo> > SourceInfoVector;
+typedef HeapVector<Member<SourceInfo>> SourceInfoVector;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698