| Index: cc/tiles/tile_draw_info.h
|
| diff --git a/cc/tiles/tile_draw_info.h b/cc/tiles/tile_draw_info.h
|
| index 6d694ebf1e2e41c4ca238ecbb0463d3a2e510402..41783834785c0a4a3ccaa70fce70b64de0c44378 100644
|
| --- a/cc/tiles/tile_draw_info.h
|
| +++ b/cc/tiles/tile_draw_info.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef CC_TILES_TILE_DRAW_INFO_H_
|
| #define CC_TILES_TILE_DRAW_INFO_H_
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| +#include <memory>
|
| +
|
| #include "base/trace_event/trace_event_argument.h"
|
| #include "cc/raster/tile_task_runner.h"
|
| #include "cc/resources/platform_color.h"
|
|
|