Chromium Code Reviews| Index: Source/wtf/Float64Array.h |
| diff --git a/Source/wtf/Float64Array.h b/Source/wtf/Float64Array.h |
| index 3a930ce008e9fd86b49cb3eb94f4834d26e278db..004be378dfd64fe1887758cea91ae0d2b84a852d 100644 |
| --- a/Source/wtf/Float64Array.h |
| +++ b/Source/wtf/Float64Array.h |
| @@ -27,8 +27,8 @@ |
| #ifndef Float64Array_h |
| #define Float64Array_h |
| -#include <wtf/TypedArrayBase.h> |
| -#include <wtf/MathExtras.h> |
| +#include "wtf/TypedArrayBase.h" |
| +#include "wtf/MathExtras.h" |
| namespace WTF { |