| Index: base/trace_event/trace_log.h
|
| diff --git a/base/trace_event/trace_log.h b/base/trace_event/trace_log.h
|
| index dedebce937e671247e9a0e56a357272c872781b4..3acb9181379c66a5530576ac2c970bda03a0f9f0 100644
|
| --- a/base/trace_event/trace_log.h
|
| +++ b/base/trace_event/trace_log.h
|
| @@ -25,11 +25,10 @@
|
| TRACE_EVENT_PHASE_INSTANT, name, reinterpret_cast<const void*>(id), \
|
| extra)
|
|
|
| -template <typename Type>
|
| -struct DefaultSingletonTraits;
|
| -
|
| namespace base {
|
|
|
| +template <typename Type>
|
| +struct DefaultSingletonTraits;
|
| class RefCountedString;
|
|
|
| namespace trace_event {
|
|
|