| Index: components/mus/gles2/gpu_memory_buffer_impl.h
|
| diff --git a/components/mus/gles2/gpu_memory_buffer_impl.h b/components/mus/gles2/gpu_memory_buffer_impl.h
|
| index 8d831b71bbe2d6ddf2d29f6c7ff91abaea5b6d3d..2ad8e99ecd1c1e31c338606c8266a611e2e06b21 100644
|
| --- a/components/mus/gles2/gpu_memory_buffer_impl.h
|
| +++ b/components/mus/gles2/gpu_memory_buffer_impl.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef COMPONENTS_MUS_GLES2_GPU_MEMORY_BUFFER_IMPL_H_
|
| #define COMPONENTS_MUS_GLES2_GPU_MEMORY_BUFFER_IMPL_H_
|
|
|
| +#include <memory>
|
| +
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "gpu/command_buffer/common/sync_token.h"
|
| #include "ui/gfx/geometry/size.h"
|
| #include "ui/gfx/gpu_memory_buffer.h"
|
| @@ -56,4 +57,4 @@ class GpuMemoryBufferImpl : public gfx::GpuMemoryBuffer {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_GLES2_GPU_MEMORY_BUFFER_IMPL_H_
|
| +#endif // COMPONENTS_MUS_GLES2_GPU_MEMORY_BUFFER_IMPL_H_
|
|
|