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

Unified Diff: media/cast/sender/h264_vt_encoder_unittest.cc

Issue 1579863003: Convert Pass()→std::move() for Mac build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « media/capture/video/video_capture_device_unittest.cc ('k') | sandbox/mac/bootstrap_sandbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/h264_vt_encoder_unittest.cc
diff --git a/media/cast/sender/h264_vt_encoder_unittest.cc b/media/cast/sender/h264_vt_encoder_unittest.cc
index 49a451d0e453c0ac35fb12f86355f75e9c4fdfb8..4798a216cd8a5600ee6bacead77812972e222ff4 100644
--- a/media/cast/sender/h264_vt_encoder_unittest.cc
+++ b/media/cast/sender/h264_vt_encoder_unittest.cc
@@ -231,9 +231,8 @@ class H264VideoToolboxEncoderTest : public ::testing::Test {
new base::PowerMonitor(scoped_ptr<TestPowerSource>(power_source_)));
cast_environment_ = new CastEnvironment(
- scoped_ptr<base::TickClock>(clock_).Pass(),
- message_loop_.task_runner(), message_loop_.task_runner(),
- message_loop_.task_runner());
+ scoped_ptr<base::TickClock>(clock_), message_loop_.task_runner(),
+ message_loop_.task_runner(), message_loop_.task_runner());
encoder_.reset(new H264VideoToolboxEncoder(
cast_environment_, video_sender_config_,
base::Bind(&SaveOperationalStatus, &operational_status_)));
« no previous file with comments | « media/capture/video/video_capture_device_unittest.cc ('k') | sandbox/mac/bootstrap_sandbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698