Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3899)

Unified Diff: base/win/event_trace_provider.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/win/event_trace_provider.h ('k') | base/win/event_trace_provider_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/win/event_trace_provider.h ('k') | base/win/event_trace_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698