Chromium Code Reviews| Index: Source/core/fileapi/FileList.h |
| diff --git a/Source/core/fileapi/FileList.h b/Source/core/fileapi/FileList.h |
| index 0a89814842a219fb9e9dc7976cbbf604a4e668aa..a72b6de31ed10ddd23041d532a1b7b17ad3be08a 100644 |
| --- a/Source/core/fileapi/FileList.h |
| +++ b/Source/core/fileapi/FileList.h |
| @@ -57,7 +57,7 @@ public: |
| private: |
| FileList(); |
| - HeapVector<Member<File> > m_files; |
| + HeapVector<Member<File>> m_files; |
| }; |
| } // namespace blink |