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

Unified Diff: Source/core/html/track/vtt/VTTRegionList.h

Issue 656723005: Use C++11 features in core/html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: mike's comments Created 6 years, 1 month 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/core/html/track/vtt/VTTParser.cpp ('k') | Source/core/html/track/vtt/VTTRegionList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/VTTRegionList.h
diff --git a/Source/core/html/track/vtt/VTTRegionList.h b/Source/core/html/track/vtt/VTTRegionList.h
index 350fb6f2ef8aff5430e0b8ceb630d0dce76d31ca..d18ac97a8659a31c859e55bf81ca42f57206e45f 100644
--- a/Source/core/html/track/vtt/VTTRegionList.h
+++ b/Source/core/html/track/vtt/VTTRegionList.h
@@ -55,7 +55,7 @@ public:
private:
VTTRegionList();
- WillBeHeapVector<RefPtrWillBeMember<VTTRegion> > m_list;
+ WillBeHeapVector<RefPtrWillBeMember<VTTRegion>> m_list;
};
} // namespace blink
« no previous file with comments | « Source/core/html/track/vtt/VTTParser.cpp ('k') | Source/core/html/track/vtt/VTTRegionList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698