Index: base/win/event_trace_provider_unittest.cc |
=================================================================== |
--- base/win/event_trace_provider_unittest.cc (revision 65062) |
+++ base/win/event_trace_provider_unittest.cc (working copy) |
@@ -3,13 +3,16 @@ |
// found in the LICENSE file. |
// |
// Unit tests for event trace provider. |
-#include "base/event_trace_provider_win.h" |
+#include "base/win/event_trace_provider.h" |
#include <new> |
#include "testing/gtest/include/gtest/gtest.h" |
#include <initguid.h> // NOLINT - has to be last |
namespace { |
+using base::win::EtwTraceProvider; |
+using base::win::EtwMofEvent; |
+ |
// {7F0FD37F-FA3C-4cd6-9242-DF60967A2CB2} |
DEFINE_GUID(kTestProvider, |
0x7f0fd37f, 0xfa3c, 0x4cd6, 0x92, 0x42, 0xdf, 0x60, 0x96, 0x7a, 0x2c, 0xb2); |