Index: Source/core/html/MediaFragmentURIParser.h |
diff --git a/Source/core/html/MediaFragmentURIParser.h b/Source/core/html/MediaFragmentURIParser.h |
index 979fe290c90e9f1a578225ef0556f4f46dfc152d..8a95a53f5c6a926818e45436efdbefbe6722609d 100644 |
--- a/Source/core/html/MediaFragmentURIParser.h |
+++ b/Source/core/html/MediaFragmentURIParser.h |
@@ -56,7 +56,7 @@ private: |
TimeFormat m_timeFormat; |
double m_startTime; |
double m_endTime; |
- Vector<std::pair<String, String> > m_fragments; |
+ Vector<std::pair<String, String>> m_fragments; |
}; |
} // namespace blink |