diff options
Diffstat (limited to 'base/logging_win.cc')
-rw-r--r-- | base/logging_win.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/logging_win.cc b/base/logging_win.cc index 588e4d9..42610b5 100644 --- a/base/logging_win.cc +++ b/base/logging_win.cc @@ -16,6 +16,9 @@ Singleton<logging::LogEventProvider, LogEventSingletonTraits> log_provider; namespace logging { +using base::win::EtwEventLevel; +using base::win::EtwMofEvent; + DEFINE_GUID(kLogEventId, 0x7fe69228, 0x633e, 0x4f06, 0x80, 0xc1, 0x52, 0x7f, 0xea, 0x23, 0xe3, 0xa7); |