Chromium Code Reviews| Index: src/gpu/GrOrderedSet.h |
| diff --git a/src/gpu/GrOrderedSet.h b/src/gpu/GrOrderedSet.h |
| index b149dfb0c50bc0b0d3d781440ab39020345c77b8..23b9353a516d4d7d4559adc2a6c35dbc3926a82e 100644 |
| --- a/src/gpu/GrOrderedSet.h |
| +++ b/src/gpu/GrOrderedSet.h |
| @@ -11,7 +11,7 @@ |
| #include "GrRedBlackTree.h" |
| template <typename T, typename C = GrLess<T> > |
| -class GrOrderedSet : public SkNoncopyable { |
| +class GrOrderedSet : SkNoncopyable { |
| public: |
| /** |
| * Creates an empty set |