| Index: cc/layers/picture_layer.h | 
| diff --git a/cc/layers/picture_layer.h b/cc/layers/picture_layer.h | 
| index 3da9668c107b9812e28d4ab68f4da4818313b32a..2969ee1850650f8cc205c648b272802d44a17c69 100644 | 
| --- a/cc/layers/picture_layer.h | 
| +++ b/cc/layers/picture_layer.h | 
| @@ -9,12 +9,12 @@ | 
| #include "cc/debug/devtools_instrumentation.h" | 
| #include "cc/debug/micro_benchmark_controller.h" | 
| #include "cc/layers/layer.h" | 
| -#include "cc/resources/picture_pile.h" | 
| #include "cc/trees/occlusion_tracker.h" | 
|  | 
| namespace cc { | 
|  | 
| class ContentLayerClient; | 
| +class RecordingSource; | 
| class ResourceUpdateQueue; | 
|  | 
| class CC_EXPORT PictureLayer : public Layer { | 
|  |