Chromium Code Reviews| Index: tests/MemsetTest.cpp |
| diff --git a/tests/MemsetTest.cpp b/tests/MemsetTest.cpp |
| index 73d50ee4b28c696603aa2f5cf0188d6b3c3ce444..ee6aaea94e5bd10f785bfb3eb1874e635a021d99 100644 |
| --- a/tests/MemsetTest.cpp |
| +++ b/tests/MemsetTest.cpp |
| @@ -5,9 +5,9 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkChunkAlloc.h" |
| #include "SkUtils.h" |
| +#include "Test.h" |
| static void test_chunkalloc(skiatest::Reporter* reporter) { |
| size_t min = 256; |