Chromium Code Reviews| Index: Source/wtf/HashSet.h |
| diff --git a/Source/wtf/HashSet.h b/Source/wtf/HashSet.h |
| index c89d40f3017dfd899e03dce8281208211cc39a95..7ba280308f8234c9e812be476b89a8a372dcb178 100644 |
| --- a/Source/wtf/HashSet.h |
| +++ b/Source/wtf/HashSet.h |
| @@ -21,8 +21,8 @@ |
| #ifndef WTF_HashSet_h |
| #define WTF_HashSet_h |
| -#include <wtf/FastAllocBase.h> |
| -#include <wtf/HashTable.h> |
| +#include "wtf/FastAllocBase.h" |
| +#include "wtf/HashTable.h" |
| namespace WTF { |