| Index: base/debug/trace_event_win.h
|
| diff --git a/base/debug/trace_event_win.h b/base/debug/trace_event_win.h
|
| index e465d5b7666938406d47fb767cb4c48c9cee0434..7d66393a7fa2ef08b487118f528c545c08dd351c 100644
|
| --- a/base/debug/trace_event_win.h
|
| +++ b/base/debug/trace_event_win.h
|
| @@ -107,7 +107,7 @@ const base::win::EtwEventType kTraceEventTypeEnd = 0x11;
|
| const base::win::EtwEventType kTraceEventTypeInstant = 0x12;
|
|
|
| // If this flag is set in enable flags
|
| -enum TraceEventFlags {
|
| +enum TraceEventETWFlags {
|
| CAPTURE_STACK_TRACE = 0x0001,
|
| };
|
|
|
|
|