| Index: cc/layers/empty_content_layer_client.h
|
| diff --git a/cc/layers/empty_content_layer_client.h b/cc/layers/empty_content_layer_client.h
|
| index 2554b8afbc608d6ecd406208ea2cfbea03f49d49..0d831b6e6d694006c6811461a787d130e2c1e0ca 100644
|
| --- a/cc/layers/empty_content_layer_client.h
|
| +++ b/cc/layers/empty_content_layer_client.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef CC_LAYERS_EMPTY_CONTENT_LAYER_CLIENT_H_
|
| #define CC_LAYERS_EMPTY_CONTENT_LAYER_CLIENT_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/lazy_instance.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/layers/content_layer_client.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|