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

Unified Diff: components/mus/gles2/command_buffer_task_runner.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_local.cc ('k') | components/mus/gles2/gpu_memory_buffer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/command_buffer_task_runner.h
diff --git a/components/mus/gles2/command_buffer_task_runner.h b/components/mus/gles2/command_buffer_task_runner.h
index d5145e8ce43969a1823eff69495f7469d6286d18..8ee317f58000e4512782c85e020c43a1bc0bb947 100644
--- a/components/mus/gles2/command_buffer_task_runner.h
+++ b/components/mus/gles2/command_buffer_task_runner.h
@@ -7,11 +7,11 @@
#include <deque>
#include <map>
+#include <memory>
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
#include "base/single_thread_task_runner.h"
#include "base/synchronization/condition_variable.h"
#include "base/synchronization/lock.h"
« no previous file with comments | « components/mus/gles2/command_buffer_local.cc ('k') | components/mus/gles2/gpu_memory_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698