Chromium Code Reviews| Index: Source/wtf/Float32Array.h |
| diff --git a/Source/wtf/Float32Array.h b/Source/wtf/Float32Array.h |
| index 6672a0aff63261a5036aa257ee21a87596a84463..3054ffb328fa44c8e4de63af036c5d7c490c6da1 100644 |
| --- a/Source/wtf/Float32Array.h |
| +++ b/Source/wtf/Float32Array.h |
| @@ -27,8 +27,8 @@ |
| #ifndef Float32Array_h |
| #define Float32Array_h |
| -#include <wtf/TypedArrayBase.h> |
| -#include <wtf/MathExtras.h> |
| +#include "wtf/TypedArrayBase.h" |
| +#include "wtf/MathExtras.h" |
| namespace WTF { |