| Index: content/renderer/raster_worker_pool.h
|
| diff --git a/content/renderer/raster_worker_pool.h b/content/renderer/raster_worker_pool.h
|
| index 7092f82b4c9df795fb556cfb4e9b8b264ba109d9..10c312be68b1b2de4ab2e1102faa69b5103d987b 100644
|
| --- a/content/renderer/raster_worker_pool.h
|
| +++ b/content/renderer/raster_worker_pool.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef CONTENT_RENDERER_RASTER_WORKER_POOL_H_
|
| #define CONTENT_RENDERER_RASTER_WORKER_POOL_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/callback.h"
|
| #include "base/containers/hash_tables.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/synchronization/condition_variable.h"
|
| #include "base/task_runner.h"
|
|
|