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

Unified Diff: chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after r384946 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 | « chromecast/media/cma/decoder/cast_audio_decoder.h ('k') | chromecast/media/cma/test/mock_frame_consumer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h
diff --git a/chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h b/chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h
index 5ba7471b1e5dfbcb7db0fdcbf4f5014307e9b9cf..ca4216f0a2e53bcaf0782fe97f53a2df344a3d84 100644
--- a/chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h
+++ b/chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h
@@ -7,6 +7,7 @@
#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 "chromecast/media/cma/base/coded_frame_provider.h"
« no previous file with comments | « chromecast/media/cma/decoder/cast_audio_decoder.h ('k') | chromecast/media/cma/test/mock_frame_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698