Chromium Code Reviews| Index: Source/wtf/RefPtr.h |
| diff --git a/Source/wtf/RefPtr.h b/Source/wtf/RefPtr.h |
| index abe6ef7999b219d033ff9c775357953fdf97639f..0211d31c49617541293f4f9aa04be3471a616e80 100644 |
| --- a/Source/wtf/RefPtr.h |
| +++ b/Source/wtf/RefPtr.h |
| @@ -24,8 +24,8 @@ |
| #define WTF_RefPtr_h |
| #include <algorithm> |
| -#include <wtf/FastAllocBase.h> |
| -#include <wtf/PassRefPtr.h> |
| +#include "wtf/FastAllocBase.h" |
| +#include "wtf/PassRefPtr.h" |
| namespace WTF { |