| Index: Source/wtf/text/StringHash.h
|
| diff --git a/Source/wtf/text/StringHash.h b/Source/wtf/text/StringHash.h
|
| index e1a0c25eae39ca13ab091040f9e4b18fbfc6ffc1..e609e4b6a9bc2fa460a4a35b1fdfffcec616c01e 100644
|
| --- a/Source/wtf/text/StringHash.h
|
| +++ b/Source/wtf/text/StringHash.h
|
| @@ -22,9 +22,9 @@
|
| #ifndef StringHash_h
|
| #define StringHash_h
|
|
|
| -#include <wtf/text/AtomicString.h>
|
| -#include <wtf/HashTraits.h>
|
| -#include <wtf/StringHasher.h>
|
| +#include "wtf/text/AtomicString.h"
|
| +#include "wtf/HashTraits.h"
|
| +#include "wtf/StringHasher.h"
|
|
|
| namespace WTF {
|
|
|
|
|