Chromium Code Reviews| Index: include/core/SkInstCnt.h |
| diff --git a/include/core/SkInstCnt.h b/include/core/SkInstCnt.h |
| index 9b5fb2844949ec5d6847bfac48161f1cc1a9b23a..7e5b454b15d67f4ad7c082a5b2b3af17e1073af5 100644 |
| --- a/include/core/SkInstCnt.h |
| +++ b/include/core/SkInstCnt.h |
| @@ -29,7 +29,7 @@ |
| #include "SkOnce.h" |
| #include "SkTArray.h" |
| -#include "../../src/core/SkThread.h" |
| +#include "SkThread.h" |
| extern bool gPrintInstCount; |
| // The non-root classes just register themselves with their parent |