aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-01-11 13:58:55 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-11 19:53:36 +0000
commitab273facbfe496a3d5dd798e6b4b57c41eed7f16 (patch)
tree443a37908a8c32af2ff3137094430561780f3f41 /tests/Test.h
parent20d031a6ad7853eec166a4a648c09b12e4f32008 (diff)
move SkTRegister.h into tools
BUG=skia: Change-Id: Ie7d4fac3024b361a281f456fec2b3a837e2bfe43 Reviewed-on: https://skia-review.googlesource.com/6881 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'tests/Test.h')
-rw-r--r--tests/Test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Test.h b/tests/Test.h
index 5e6eb6d421..db2552b614 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -8,7 +8,7 @@
#define skiatest_Test_DEFINED
#include "SkString.h"
-#include "SkTRegistry.h"
+#include "../tools/Registry.h"
#include "SkTypes.h"
#include "SkClipOpPriv.h"
@@ -96,7 +96,7 @@ struct Test {
TestProc proc;
};
-typedef SkTRegistry<Test> TestRegistry;
+typedef sk_tools::Registry<Test> TestRegistry;
/*
Use the following macros to make use of the skiatest classes, e.g.