Chromium Code Reviews| Index: Source/wtf/text/WTFString.h |
| diff --git a/Source/wtf/text/WTFString.h b/Source/wtf/text/WTFString.h |
| index 195a3dd43b1d9594d7efec2149a71189bc446b41..327fea6b94a88b29417c6b9827de8af8e3123f73 100644 |
| --- a/Source/wtf/text/WTFString.h |
| +++ b/Source/wtf/text/WTFString.h |
| @@ -665,5 +665,5 @@ using WTF::isSpaceOrNewline; |
| using WTF::reverseFind; |
| using WTF::ASCIILiteral; |
| -#include <wtf/text/AtomicString.h> |
| +#include "wtf/text/AtomicString.h" |
| #endif |