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

Unified Diff: Source/platform/PODFreeListArena.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/PODArena.h ('k') | Source/platform/PODFreeListArenaTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PODFreeListArena.h
diff --git a/Source/platform/PODFreeListArena.h b/Source/platform/PODFreeListArena.h
index 7e96a29b8a8a18f5e370038880cbe7bb73903fb6..7ac48f2ba3376737132e5fe135811866dfe57d01 100644
--- a/Source/platform/PODFreeListArena.h
+++ b/Source/platform/PODFreeListArena.h
@@ -31,7 +31,7 @@
namespace blink {
template <class T>
-class PODFreeListArena : public RefCounted<PODFreeListArena<T> > {
+class PODFreeListArena : public RefCounted<PODFreeListArena<T>> {
public:
static PassRefPtr<PODFreeListArena> create()
{
« no previous file with comments | « Source/platform/PODArena.h ('k') | Source/platform/PODFreeListArenaTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698