Chromium Code Reviews| Index: tests/TileGridTest.cpp |
| diff --git a/tests/TileGridTest.cpp b/tests/TileGridTest.cpp |
| index c86a2bd79e5815b80c4f379098a284647f405ef9..37952b4ba0f4caf38f87f67675a67379b3f863b8 100644 |
| --- a/tests/TileGridTest.cpp |
| +++ b/tests/TileGridTest.cpp |
| @@ -5,11 +5,11 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkBitmapDevice.h" |
| #include "SkCanvas.h" |
| #include "SkTileGrid.h" |
| #include "SkTileGridPicture.h" |
| +#include "Test.h" |
| enum Tile { |
| kTopLeft_Tile = 0x1, |