Chromium Code Reviews| Index: tests/OSPathTest.cpp |
| diff --git a/tests/OSPathTest.cpp b/tests/OSPathTest.cpp |
| index c082462ff9c32a6cfb1c8bba11fa7f679f3bfe37..d36b7cb0cf08c1244599331cc612b6684d78a998 100644 |
| --- a/tests/OSPathTest.cpp |
| +++ b/tests/OSPathTest.cpp |
| @@ -5,9 +5,9 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| -#include "SkString.h" |
| #include "SkOSFile.h" |
| +#include "SkString.h" |
| +#include "Test.h" |
| /** |
| * Test SkPathJoin and SkBasename. |