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

Unified Diff: components/copresence/handlers/audio/audio_directive_handler_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
« no previous file with comments | « chrome/renderer/media/cast_ipc_dispatcher_unittest.cc ('k') | components/copresence/timed_map_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/handlers/audio/audio_directive_handler_unittest.cc
diff --git a/components/copresence/handlers/audio/audio_directive_handler_unittest.cc b/components/copresence/handlers/audio/audio_directive_handler_unittest.cc
index 4cb082e488308047a483cb426d88edc513ec456e..4fe673630a2bf3a900e41d6a72a5dc9c6753b7f1 100644
--- a/components/copresence/handlers/audio/audio_directive_handler_unittest.cc
+++ b/components/copresence/handlers/audio/audio_directive_handler_unittest.cc
@@ -49,7 +49,7 @@ class AudioDirectiveHandlerTest : public testing::Test {
AudioDirectiveHandlerTest() {
modem_ptr_ = new StubModem;
timer_ptr_ = new base::MockTimer(false, false);
- clock_ptr_ = new base::SimpleTestTickClock;
+ clock_ptr_ = new base::SimpleTestTickClock(base::TimeTicks());
directive_handler_.reset(new AudioDirectiveHandlerImpl(
base::Bind(&AudioDirectiveHandlerTest::GetDirectiveUpdates,
« no previous file with comments | « chrome/renderer/media/cast_ipc_dispatcher_unittest.cc ('k') | components/copresence/timed_map_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698