| Index: base/win/event_trace_controller_unittest.cc
|
| ===================================================================
|
| --- base/win/event_trace_controller_unittest.cc (revision 65062)
|
| +++ base/win/event_trace_controller_unittest.cc (working copy)
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
| //
|
| // Unit tests for event trace controller.
|
| -#include "base/event_trace_controller_win.h"
|
| -#include "base/event_trace_provider_win.h"
|
| +#include "base/win/event_trace_controller.h"
|
| +#include "base/win/event_trace_provider.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| @@ -15,6 +15,10 @@
|
|
|
| namespace {
|
|
|
| +using base::win::EtwTraceController;
|
| +using base::win::EtwTraceProvider;
|
| +using base::win::EtwTraceProperties;
|
| +
|
| const wchar_t kTestSessionName[] = L"TestLogSession";
|
|
|
| // {0D236A42-CD18-4e3d-9975-DCEEA2106E05}
|
|
|