Chromium Code Reviews| Index: Source/wtf/DataLog.h |
| diff --git a/Source/wtf/DataLog.h b/Source/wtf/DataLog.h |
| index 852e14d7e81fd08a023393e8838cede0a6bab322..2550e2f62e820e1648cee363da60a09ae897df91 100644 |
| --- a/Source/wtf/DataLog.h |
| +++ b/Source/wtf/DataLog.h |
| @@ -28,9 +28,9 @@ |
| #include <stdarg.h> |
| #include <stdio.h> |
| -#include <wtf/FilePrintStream.h> |
| -#include <wtf/Platform.h> |
| -#include <wtf/StdLibExtras.h> |
| +#include "wtf/FilePrintStream.h" |
| +#include "wtf/Platform.h" |
| +#include "wtf/StdLibExtras.h" |
| namespace WTF { |