Index: Source/core/testing/LayerRectList.h |
diff --git a/Source/core/testing/LayerRectList.h b/Source/core/testing/LayerRectList.h |
index 473d984a715083a4bc0ce4838e86e6786ff5d796..1bab3299c7b3bbb8074bd4cf5cd39da259460d6c 100644 |
--- a/Source/core/testing/LayerRectList.h |
+++ b/Source/core/testing/LayerRectList.h |
@@ -60,7 +60,7 @@ public: |
private: |
LayerRectList(); |
- HeapVector<Member<LayerRect> > m_list; |
+ HeapVector<Member<LayerRect>> m_list; |
}; |
} // namespace blink |