| Index: base/test/test_pending_task.h
 | 
| diff --git a/base/test/test_pending_task.h b/base/test/test_pending_task.h
 | 
| index 4a2b0e7f2041e0774db466ca358d2178618f16df..829baa6574fad8787e3251bd7ab54efb7688d06c 100644
 | 
| --- a/base/test/test_pending_task.h
 | 
| +++ b/base/test/test_pending_task.h
 | 
| @@ -57,8 +57,8 @@ struct TestPendingTask {
 | 
|  
 | 
|    // Functions for using test pending task with tracing, useful in unit
 | 
|    // testing.
 | 
| -  void AsValueInto(base::debug::TracedValue* state) const;
 | 
| -  scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const;
 | 
| +  void AsValueInto(base::trace_event::TracedValue* state) const;
 | 
| +  scoped_refptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
 | 
|    std::string ToString() const;
 | 
|  };
 | 
|  
 | 
| 
 |