Index: cc/test/scheduler_test_common.cc |
diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc |
index b0461ec3f86c6f9a8e629d399b3842e7232753d9..6b272cd59e0eebafb3f0d4bc1189617301898ba9 100644 |
--- a/cc/test/scheduler_test_common.cc |
+++ b/cc/test/scheduler_test_common.cc |
@@ -11,7 +11,7 @@ |
namespace cc { |
-void FakeTimeSourceClient::OnTimerTick() { |
+void FakeDelayBasedTimeSourceClient::OnTimerTick() { |
tick_called_ = true; |
} |