Chromium Code Reviews

Unified Diff: base/logging_win.cc

Issue 4517004: Move Windows-specific Event Tracing for Windows implementation to base/win. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed another ETW user in Chrome Frame Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « base/logging_win.h ('k') | base/win/event_trace_consumer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/logging_win.cc
===================================================================
--- base/logging_win.cc (revision 65062)
+++ base/logging_win.cc (working copy)
@@ -16,6 +16,9 @@
namespace logging {
+using base::win::EtwEventLevel;
+using base::win::EtwMofEvent;
+
DEFINE_GUID(kLogEventId,
0x7fe69228, 0x633e, 0x4f06, 0x80, 0xc1, 0x52, 0x7f, 0xea, 0x23, 0xe3, 0xa7);
« no previous file with comments | « base/logging_win.h ('k') | base/win/event_trace_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine