Chromium Code Reviews| Index: Source/wtf/Noncopyable.h |
| diff --git a/Source/wtf/Noncopyable.h b/Source/wtf/Noncopyable.h |
| index f6bdfbb40ba9e46caa1de5dd66c3948efbffc717..4be30c427201f334b322df259e4c51ab34e64710 100644 |
| --- a/Source/wtf/Noncopyable.h |
| +++ b/Source/wtf/Noncopyable.h |
| @@ -21,7 +21,7 @@ |
| #ifndef WTF_Noncopyable_h |
| #define WTF_Noncopyable_h |
| -#include <wtf/Compiler.h> |
| +#include "wtf/Compiler.h" |
| #if COMPILER_SUPPORTS(CXX_DELETED_FUNCTIONS) |
| #define WTF_MAKE_NONCOPYABLE(ClassName) \ |