Chromium Code Reviews| Index: Source/core/platform/Arena.cpp |
| diff --git a/Source/core/platform/Arena.cpp b/Source/core/platform/Arena.cpp |
| index 70c4646ee0069ad86e05e1bd3ff61d72d08fc108..fff0291ded4dae90c1e9abcd9db9f6e83e7e9dcd 100644 |
| --- a/Source/core/platform/Arena.cpp |
| +++ b/Source/core/platform/Arena.cpp |
| @@ -49,8 +49,8 @@ |
| #include <stdlib.h> |
| #include <string.h> |
| #include <algorithm> |
| -#include <wtf/Assertions.h> |
| -#include <wtf/FastMalloc.h> |
| +#include "wtf/Assertions.h" |
| +#include "wtf/FastMalloc.h" |
| using namespace std; |