Chromium Code Reviews| Index: Source/wtf/PrintStream.cpp |
| diff --git a/Source/wtf/PrintStream.cpp b/Source/wtf/PrintStream.cpp |
| index d0cd4078df66ac1cdee4f15a97988004b68b59fd..019ed77df40f5255e3d5a8f8c71137bc0042b5c6 100644 |
| --- a/Source/wtf/PrintStream.cpp |
| +++ b/Source/wtf/PrintStream.cpp |
| @@ -27,8 +27,8 @@ |
| #include "PrintStream.h" |
| #include <stdio.h> |
| -#include <wtf/text/CString.h> |
| -#include <wtf/text/WTFString.h> |
| +#include "wtf/text/CString.h" |
| +#include "wtf/text/WTFString.h" |
| namespace WTF { |