| Index: include/core/SkPictureRecorder.h
 | 
| diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
 | 
| index a58e8275628e02a403fa2577eef8be8b58ec075f..cf17e1aec279b2edd887dfa91bfb2efa10103183 100644
 | 
| --- a/include/core/SkPictureRecorder.h
 | 
| +++ b/include/core/SkPictureRecorder.h
 | 
| @@ -72,7 +72,6 @@ private:
 | 
|          canvas. This call doesn't close the current recording.
 | 
|      */
 | 
|  #ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
 | 
| -    friend class AndroidPicture; // This is temporary until we remove this from the framework
 | 
|      friend class android::Picture;
 | 
|  #endif
 | 
|      friend class SkPictureRecorderReplayTester; // for unit testing
 | 
| 
 |