Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: components/mus/gles2/gpu_memory_buffer_impl.h

Issue 1906623003: Convert //components/mus from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/gles2/command_buffer_task_runner.h ('k') | components/mus/gles2/gpu_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/mus/gles2/command_buffer_task_runner.h ('k') | components/mus/gles2/gpu_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698