| Index: cc/scheduler/scheduler_state_machine.h
|
| diff --git a/cc/scheduler/scheduler_state_machine.h b/cc/scheduler/scheduler_state_machine.h
|
| index ac10676f01af9659b0b64544e931ef5b3267064c..f1872fe62d0e784cdb2565824c01f4d4d8a07034 100644
|
| --- a/cc/scheduler/scheduler_state_machine.h
|
| +++ b/cc/scheduler/scheduler_state_machine.h
|
| @@ -129,7 +129,7 @@ class CC_EXPORT SchedulerStateMachine {
|
| };
|
| static const char* ActionToString(Action action);
|
|
|
| - scoped_refptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
|
| + scoped_ptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
|
| void AsValueInto(base::trace_event::TracedValue* dict) const;
|
|
|
| Action NextAction() const;
|
|
|