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

Unified Diff: chromecast/media/cma/test/mock_frame_consumer.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
Index: chromecast/media/cma/test/mock_frame_consumer.h
diff --git a/chromecast/media/cma/test/mock_frame_consumer.h b/chromecast/media/cma/test/mock_frame_consumer.h
index a59913df8b0ee0e506f50b161f8c06e4eeb9022f..cb00a9a2c4693f526da7a977d92d0913ab9a63ab 100644
--- a/chromecast/media/cma/test/mock_frame_consumer.h
+++ b/chromecast/media/cma/test/mock_frame_consumer.h
@@ -11,6 +11,7 @@
#include "base/callback.h"
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
namespace media {
class AudioDecoderConfig;
« no previous file with comments | « chromecast/media/cma/ipc_streamer/coded_frame_provider_host.h ('k') | chromecast/media/cma/test/mock_frame_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698