GrTHashCache -> GrTHashTable
The class is Table, but the file's Cache. That's confusing.
BUG=
R=bsalomon@google.com
Review URL: https://codereview.chromium.org/32523004
git-svn-id: http://skia.googlecode.com/svn/trunk@11898 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrResourceCache.h b/src/gpu/GrResourceCache.h
index 5df17de..a9adf91 100644
--- a/src/gpu/GrResourceCache.h
+++ b/src/gpu/GrResourceCache.h
@@ -13,7 +13,7 @@
#include "GrConfig.h"
#include "GrTypes.h"
-#include "GrTHashCache.h"
+#include "GrTHashTable.h"
#include "GrBinHashKey.h"
#include "SkTInternalLList.h"
@@ -186,8 +186,6 @@
///////////////////////////////////////////////////////////////////////////////
-#include "GrTHashCache.h"
-
/**
* Cache of GrResource objects.
*