| Index: cc/test/scheduler_test_common.cc
|
| diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
|
| index 03e65ab2dd3d99d9ee5b6c05832f9581db45eabe..94bcf5f909df85d36dc6b0cf062acc382e475bcc 100644
|
| --- a/cc/test/scheduler_test_common.cc
|
| +++ b/cc/test/scheduler_test_common.cc
|
| @@ -37,7 +37,8 @@ TestDelayBasedTimeSource::~TestDelayBasedTimeSource() {
|
| void FakeBeginFrameSource::DidFinishFrame(size_t remaining_frames) {
|
| remaining_frames_ = remaining_frames;
|
| }
|
| -void FakeBeginFrameSource::AsValueInto(base::debug::TracedValue* dict) const {
|
| +void FakeBeginFrameSource::AsValueInto(
|
| + base::trace_event::TracedValue* dict) const {
|
| dict->SetString("type", "FakeBeginFrameSource");
|
| BeginFrameSourceMixIn::AsValueInto(dict);
|
| }
|
|
|