| Index: cc/resources/picture.h
|
| diff --git a/cc/resources/picture.h b/cc/resources/picture.h
|
| index a2a4ec2b65487880fbe573f0d410de5db40dba1d..81c9c53e70ccbee26b591b11327585d4e4c144bd 100644
|
| --- a/cc/resources/picture.h
|
| +++ b/cc/resources/picture.h
|
| @@ -149,9 +149,9 @@ class CC_EXPORT Picture
|
| gfx::Point max_pixel_cell_;
|
| gfx::Size cell_size_;
|
|
|
| - scoped_refptr<base::debug::ConvertableToTraceFormat>
|
| + scoped_refptr<base::trace_event::ConvertableToTraceFormat>
|
| AsTraceableRasterData(float scale) const;
|
| - scoped_refptr<base::debug::ConvertableToTraceFormat>
|
| + scoped_refptr<base::trace_event::ConvertableToTraceFormat>
|
| AsTraceableRecordData() const;
|
|
|
| friend class base::RefCountedThreadSafe<Picture>;
|
|
|