Fixed compiler error in r5247 (unreviewed)



git-svn-id: http://skia.googlecode.com/svn/trunk@5248 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrResourceCache.h b/src/gpu/GrResourceCache.h
index f2b6602..55bbc25 100644
--- a/src/gpu/GrResourceCache.h
+++ b/src/gpu/GrResourceCache.h
@@ -324,8 +324,7 @@
                             bool clientReattach);
 
 #if GR_DEBUG
-    static size_t GrResourceCache::countBytes(
-                        const SkTDLinkedList<GrResourceEntry>& list);
+    static size_t countBytes(const SkTDLinkedList<GrResourceEntry>& list);
 #endif
 };