| Index: cc/test/test_now_source.h
|
| diff --git a/cc/test/test_now_source.h b/cc/test/test_now_source.h
|
| index 5538e89fe0aa3b6923ef8c2761fa3ee7e63722eb..54e5a28494bf52c814d6dcab32f6bfa391d32346 100644
|
| --- a/cc/test/test_now_source.h
|
| +++ b/cc/test/test_now_source.h
|
| @@ -33,8 +33,8 @@ class TestNowSource : public base::RefCounted<TestNowSource> {
|
| static const base::TimeTicks kAbsoluteMaxNow;
|
|
|
| // Tracing functions
|
| - scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const;
|
| - void AsValueInto(base::debug::TracedValue* state) const;
|
| + scoped_refptr<base::trace_event::ConvertableToTraceFormat> AsValue() const;
|
| + void AsValueInto(base::trace_event::TracedValue* state) const;
|
| std::string ToString() const;
|
|
|
| protected:
|
|
|