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

Unified Diff: chromecast/media/cma/test/mock_frame_provider.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_provider.h ('k') | chromecast/net/connectivity_checker.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_provider.cc
diff --git a/chromecast/media/cma/test/mock_frame_provider.cc b/chromecast/media/cma/test/mock_frame_provider.cc
index 16d6393c77122806c97b495b41cc39cf49f4c309..d112419e037c995253f1ed77b1e647b1d0bc602e 100644
--- a/chromecast/media/cma/test/mock_frame_provider.cc
+++ b/chromecast/media/cma/test/mock_frame_provider.cc
@@ -30,7 +30,7 @@ MockFrameProvider::~MockFrameProvider() {
void MockFrameProvider::Configure(
const std::vector<bool>& delayed_task_pattern,
- scoped_ptr<FrameGeneratorForTest> frame_generator) {
+ std::unique_ptr<FrameGeneratorForTest> frame_generator) {
delayed_task_pattern_ = delayed_task_pattern;
pattern_idx_ = 0;
« no previous file with comments | « chromecast/media/cma/test/mock_frame_provider.h ('k') | chromecast/net/connectivity_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698