| Index: cc/surfaces/surface_aggregator.h
 | 
| diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
 | 
| index 8ae3b04cad7757135a9ab2cc526dd5cf115c0c43..1c4f431fd59dace45daa327b5bfcb237615af4fb 100644
 | 
| --- a/cc/surfaces/surface_aggregator.h
 | 
| +++ b/cc/surfaces/surface_aggregator.h
 | 
| @@ -86,7 +86,7 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
 | 
|    ResourceProvider* provider_;
 | 
|  
 | 
|    class RenderPassIdAllocator;
 | 
| -  typedef base::ScopedPtrHashMap<SurfaceId, RenderPassIdAllocator>
 | 
| +  typedef base::ScopedPtrHashMap<SurfaceId, scoped_ptr<RenderPassIdAllocator>>
 | 
|        RenderPassIdAllocatorMap;
 | 
|    RenderPassIdAllocatorMap render_pass_allocator_map_;
 | 
|    int next_render_pass_id_;
 | 
| 
 |