Index: base/win/event_trace_provider.cc |
=================================================================== |
--- base/win/event_trace_provider.cc (revision 65062) |
+++ base/win/event_trace_provider.cc (working copy) |
@@ -2,10 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
-#include "base/event_trace_provider_win.h" |
+#include "base/win/event_trace_provider.h" |
#include <windows.h> |
#include <cguid.h> |
+namespace base { |
+namespace win { |
+ |
TRACE_GUID_REGISTRATION EtwTraceProvider::obligatory_guid_registration_ = { |
&GUID_NULL, |
NULL |
@@ -126,3 +129,6 @@ |
return ::TraceEvent(session_handle_, event); |
} |
+ |
+} // namespace win |
+} // namespace base |