aboutsummaryrefslogtreecommitdiff
path: root/tests/LRUCacheTest.cpp
diff options
context:
space:
mode:
authorJohn Stiles <johnstiles@google.com>2023-04-06 12:09:49 -0400
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2023-04-06 16:30:43 +0000
commit85723e788a79c46310c49f3ea584434afead70b2 (patch)
tree0d20f515099a38b906580b7c540f0b6342b4bb6c /tests/LRUCacheTest.cpp
parent364e681336654cb8649fd940625e2c1106e99fac (diff)
downloadskia-85723e788a79c46310c49f3ea584434afead70b2.tar.gz
Rename SkTHashSet/Map to skia_private::THashSet/Map.
This brings them under the same umbrella as TArray. Change-Id: I310029304266769f835c569c2d5790de352cf289 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/667143 Reviewed-by: Herb Derby <herb@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
Diffstat (limited to 'tests/LRUCacheTest.cpp')
-rw-r--r--tests/LRUCacheTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/LRUCacheTest.cpp b/tests/LRUCacheTest.cpp
index 838324c570..beaad25bd9 100644
--- a/tests/LRUCacheTest.cpp
+++ b/tests/LRUCacheTest.cpp
@@ -9,7 +9,6 @@
#include "tests/Test.h"
#include <memory>
-#include <utility>
struct Value {
Value(int value, int* counter)