| Index: base/test/test_pending_task.cc
 | 
| diff --git a/base/test/test_pending_task.cc b/base/test/test_pending_task.cc
 | 
| index f5ae5a198946f1840c1ba5828c4ac8ab2ef497fc..94989de4bb9ec90512b02f1b2fc3e2e08b94c384 100644
 | 
| --- a/base/test/test_pending_task.cc
 | 
| +++ b/base/test/test_pending_task.cc
 | 
| @@ -54,7 +54,7 @@ scoped_refptr<base::debug::ConvertableToTraceFormat> TestPendingTask::AsValue()
 | 
|      const {
 | 
|    scoped_refptr<base::debug::TracedValue> state =
 | 
|        new base::debug::TracedValue();
 | 
| -  AsValueInto(state);
 | 
| +  AsValueInto(state.get());
 | 
|    return state;
 | 
|  }
 | 
|  
 | 
| 
 |