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

Unified Diff: media/cast/logging/encoding_event_subscriber_unittest.cc

Issue 1178423008: Provision to start base::SimpleTestTickClock at initial ticks Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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: media/cast/logging/encoding_event_subscriber_unittest.cc
diff --git a/media/cast/logging/encoding_event_subscriber_unittest.cc b/media/cast/logging/encoding_event_subscriber_unittest.cc
index 6d6dcb391e8784f05581ab86f518ebecb6a5f60f..b9b26b25a7de78af7e0df142aa1bdfda4524ad48 100644
--- a/media/cast/logging/encoding_event_subscriber_unittest.cc
+++ b/media/cast/logging/encoding_event_subscriber_unittest.cc
@@ -35,7 +35,7 @@ namespace cast {
class EncodingEventSubscriberTest : public ::testing::Test {
protected:
EncodingEventSubscriberTest()
- : testing_clock_(new base::SimpleTestTickClock()),
+ : testing_clock_(new base::SimpleTestTickClock(base::TimeTicks())),
task_runner_(new test::FakeSingleThreadTaskRunner(testing_clock_)),
cast_environment_(
new CastEnvironment(scoped_ptr<base::TickClock>(testing_clock_),
« no previous file with comments | « media/blink/video_frame_compositor_unittest.cc ('k') | media/cast/logging/receiver_time_offset_estimator_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698