Chromium Code Reviews| Index: Source/wtf/AVLTree.h |
| diff --git a/Source/wtf/AVLTree.h b/Source/wtf/AVLTree.h |
| index 61f627e8b2ac777d5b4542fb80b1c3d90cc30238..738ba4c1355f24edbd5a5f3616c1dd043d0868c3 100644 |
| --- a/Source/wtf/AVLTree.h |
| +++ b/Source/wtf/AVLTree.h |
| @@ -32,8 +32,8 @@ |
| #ifndef AVL_TREE_H_ |
| #define AVL_TREE_H_ |
| -#include <wtf/Assertions.h> |
| -#include <wtf/FixedArray.h> |
| +#include "wtf/Assertions.h" |
| +#include "wtf/FixedArray.h" |
| namespace WTF { |