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

Unified Diff: chromecast/media/cma/test/mock_frame_consumer.cc

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
« no previous file with comments | « chromecast/media/cma/test/mock_frame_consumer.h ('k') | chromecast/media/cma/test/mock_frame_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/test/mock_frame_consumer.cc
diff --git a/chromecast/media/cma/test/mock_frame_consumer.cc b/chromecast/media/cma/test/mock_frame_consumer.cc
index 07335e66205733cbf1bd2efd5bd4d09c42e0c167..a90c6cb601e95753e1e0a32747438115763fdd1a 100644
--- a/chromecast/media/cma/test/mock_frame_consumer.cc
+++ b/chromecast/media/cma/test/mock_frame_consumer.cc
@@ -31,7 +31,7 @@ MockFrameConsumer::~MockFrameConsumer() {
void MockFrameConsumer::Configure(
const std::vector<bool>& delayed_task_pattern,
bool last_read_aborted_by_flush,
- scoped_ptr<FrameGeneratorForTest> frame_generator) {
+ std::unique_ptr<FrameGeneratorForTest> frame_generator) {
delayed_task_pattern_ = delayed_task_pattern;
last_read_aborted_by_flush_ = last_read_aborted_by_flush;
frame_generator_.reset(frame_generator.release());
« no previous file with comments | « chromecast/media/cma/test/mock_frame_consumer.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