Chromium Code Reviews| Index: sky/engine/wtf/Noncopyable.h |
| diff --git a/sky/engine/wtf/Noncopyable.h b/sky/engine/wtf/Noncopyable.h |
| index f3321e883319663994acc322f3ef454cc121c195..bc2a9b82bcf377aa1581a0c6c9f912f9b3f4a214 100644 |
| --- a/sky/engine/wtf/Noncopyable.h |
| +++ b/sky/engine/wtf/Noncopyable.h |
| @@ -21,7 +21,7 @@ |
| #ifndef WTF_Noncopyable_h |
| #define WTF_Noncopyable_h |
| -#include "wtf/Compiler.h" |
| +#include "sky/engine/wtf/Compiler.h" |
| #define WTF_MAKE_NONCOPYABLE(ClassName) \ |
| private: \ |