| Index: tools/chrome_fuzz.cpp
|
| diff --git a/tools/chrome_fuzz.cpp b/tools/chrome_fuzz.cpp
|
| index f05c646351c74e147846db1d4623ff77462498cf..f49e12693b804174cac086148bbd41ea07b94946 100644
|
| --- a/tools/chrome_fuzz.cpp
|
| +++ b/tools/chrome_fuzz.cpp
|
| @@ -11,7 +11,7 @@
|
| static const int kBitmapSize = 24;
|
|
|
| static bool read_test_case(const char* filename, SkString* testdata) {
|
| - SkFILE* file = sk_fopen(filename, kRead_SkFILE_Flag);
|
| + FILE* file = sk_fopen(filename, kRead_SkFILE_Flag);
|
| if (!file) {
|
| SkDebugf("couldn't open file %s\n", filename);
|
| return false;
|
|
|