| Index: include/core/SkTInternalLList.h
|
| diff --git a/include/core/SkTInternalLList.h b/include/core/SkTInternalLList.h
|
| index 0b67d4a7669504425b6057f9249cdf8397c39279..1c82a71cda6788b89105d25bcb7cbf847546b537 100644
|
| --- a/include/core/SkTInternalLList.h
|
| +++ b/include/core/SkTInternalLList.h
|
| @@ -38,7 +38,7 @@ template <typename T> class SkPtrWrapper {
|
| /**
|
| * This class implements a templated internal doubly linked list data structure.
|
| */
|
| -template <class T> class SkTInternalLList : public SkNoncopyable {
|
| +template <class T> class SkTInternalLList : SkNoncopyable {
|
| public:
|
| SkTInternalLList()
|
| : fHead(NULL)
|
|
|