| Index: base/debug/trace_event.h
|
| diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
|
| index 11b8318b0bed8d1214fd64e131aadc7d957c1d54..d1c74180d16b41e93ca8fa4ff2cf20b5e825ff7d 100644
|
| --- a/base/debug/trace_event.h
|
| +++ b/base/debug/trace_event.h
|
| @@ -278,10 +278,10 @@
|
| INTERNAL_TRACE_EVENT_UID(begin_event_id), threshold); \
|
| }
|
|
|
| -class RefCountedBytes;
|
| -
|
| namespace base {
|
|
|
| +class RefCountedString;
|
| +
|
| namespace debug {
|
|
|
| // Categories allow enabling/disabling of streams of trace events
|
| @@ -438,7 +438,7 @@ class TraceEvent {
|
| const char* name_;
|
| const char* arg_names_[kTraceMaxNumArgs];
|
| TraceValue arg_values_[kTraceMaxNumArgs];
|
| - scoped_refptr<RefCountedBytes> parameter_copy_storage_;
|
| + scoped_refptr<base::RefCountedString> parameter_copy_storage_;
|
| };
|
|
|
|
|
|
|