| Index: include/gpu/GrFontScaler.h
 | 
| diff --git a/include/gpu/GrFontScaler.h b/include/gpu/GrFontScaler.h
 | 
| index f5dcf53a34804372032feb287b6171721bf82153..e51c4ac9a50824493d1f377cf0b33292de7063fa 100644
 | 
| --- a/include/gpu/GrFontScaler.h
 | 
| +++ b/include/gpu/GrFontScaler.h
 | 
| @@ -20,7 +20,7 @@ class SkPath;
 | 
|   *  The client is responsible for subclassing, and instantiating this. The
 | 
|   *  instance is create for a specific font+size+matrix.
 | 
|   */
 | 
| -class GrFontScaler : public GrRefCnt {
 | 
| +class GrFontScaler : public SkRefCnt {
 | 
|  public:
 | 
|      SK_DECLARE_INST_COUNT(GrFontScaler)
 | 
|  
 | 
| @@ -32,7 +32,7 @@ public:
 | 
|      virtual bool getGlyphPath(uint16_t glyphID, SkPath*) = 0;
 | 
|  
 | 
|  private:
 | 
| -    typedef GrRefCnt INHERITED;
 | 
| +    typedef SkRefCnt INHERITED;
 | 
|  };
 | 
|  
 | 
|  #endif
 | 
| 
 |