| Index: Source/wtf/text/AtomicStringHash.h
|
| diff --git a/Source/wtf/text/AtomicStringHash.h b/Source/wtf/text/AtomicStringHash.h
|
| index 6130d94930cbc3d68b89bf3f23371579b05fd764..58a986a0d07ed237cf8917dd5e86e8cd0808b416 100644
|
| --- a/Source/wtf/text/AtomicStringHash.h
|
| +++ b/Source/wtf/text/AtomicStringHash.h
|
| @@ -29,8 +29,8 @@
|
| #ifndef AtomicStringHash_h
|
| #define AtomicStringHash_h
|
|
|
| -#include <wtf/text/AtomicString.h>
|
| -#include <wtf/HashTraits.h>
|
| +#include "wtf/text/AtomicString.h"
|
| +#include "wtf/HashTraits.h"
|
|
|
| namespace WTF {
|
|
|
|
|