Chromium Code Reviews| Index: tests/HashCacheTest.cpp |
| diff --git a/tests/HashCacheTest.cpp b/tests/HashCacheTest.cpp |
| index d58b86c046e00bb58e52ad94f1ac8b2b48e128ce..89c48600a47cf62ff23e628f74b52d9197294715 100644 |
| --- a/tests/HashCacheTest.cpp |
| +++ b/tests/HashCacheTest.cpp |
| @@ -46,7 +46,7 @@ public: |
| return entry.fKey == key.fKey; |
| } |
| -#if GR_DEBUG |
| +#if SK_DEBUG |
| static uint32_t GetHash(const HashElement& entry) { |
| return entry.fKey; |
| } |