Index: src/core/SkTLList.h |
diff --git a/src/core/SkTLList.h b/src/core/SkTLList.h |
index aeae3f72eeb7f3c6b64be0f245e94c36b9ea2c1f..e2b9691430ac1757a71cc417a0f7113407a50907 100644 |
--- a/src/core/SkTLList.h |
+++ b/src/core/SkTLList.h |
@@ -28,7 +28,7 @@ inline void* operator new(size_t, SkTLList<T>* list, |
constructor arguments for type_name. These macros behave like addBefore() and addAfter(). |
*/ |
template <typename T> |
-class SkTLList : public SkNoncopyable { |
+class SkTLList : SkNoncopyable { |
private: |
struct Block; |
struct Node { |