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

Unified Diff: chromecast/media/cma/base/demuxer_stream_adapter.h

Issue 1875623002: Convert //chromecast 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
Index: chromecast/media/cma/base/demuxer_stream_adapter.h
diff --git a/chromecast/media/cma/base/demuxer_stream_adapter.h b/chromecast/media/cma/base/demuxer_stream_adapter.h
index 22acde9ee72db43741a882b9c07d3085980b20f8..2d0a28e7f63cfde4a128834ea6f22a3e0ef00dfb 100644
--- a/chromecast/media/cma/base/demuxer_stream_adapter.h
+++ b/chromecast/media/cma/base/demuxer_stream_adapter.h
@@ -5,9 +5,10 @@
#ifndef CHROMECAST_MEDIA_CMA_BASE_DEMUXER_STREAM_ADAPTER_H_
#define CHROMECAST_MEDIA_CMA_BASE_DEMUXER_STREAM_ADAPTER_H_
+#include <memory>
+
#include "base/callback.h"
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/thread_checker.h"
#include "base/time/time.h"
« no previous file with comments | « chromecast/media/cma/base/decoder_buffer_base.h ('k') | chromecast/media/cma/base/demuxer_stream_adapter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698