Chromium Code Reviews| Index: Source/wtf/PassRefPtr.h |
| diff --git a/Source/wtf/PassRefPtr.h b/Source/wtf/PassRefPtr.h |
| index 848fc5fd3fa1d08c8cf72137cb4c7e4d04ea3b32..511d8ba2d2078db14caec976b8179cbe22998f7c 100644 |
| --- a/Source/wtf/PassRefPtr.h |
| +++ b/Source/wtf/PassRefPtr.h |
| @@ -21,8 +21,8 @@ |
| #ifndef WTF_PassRefPtr_h |
| #define WTF_PassRefPtr_h |
| -#include <wtf/Assertions.h> |
| -#include <wtf/NullPtr.h> |
| +#include "wtf/Assertions.h" |
| +#include "wtf/NullPtr.h" |
| namespace WTF { |