Chromium Code Reviews| Index: tests/RefCntTest.cpp |
| diff --git a/tests/RefCntTest.cpp b/tests/RefCntTest.cpp |
| index 19973f759dfd6dba4aa55157bc4ebe6e80b4cbaf..bd4f348fba8e84e20266e417c37f4955f547b280 100644 |
| --- a/tests/RefCntTest.cpp |
| +++ b/tests/RefCntTest.cpp |
| @@ -5,12 +5,12 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkRefCnt.h" |
| #include "SkTRefArray.h" |
| #include "SkThreadUtils.h" |
| #include "SkTypes.h" |
| #include "SkWeakRefCnt.h" |
| +#include "Test.h" |
| class InstCounterClass { |
| public: |