summaryrefslogtreecommitdiffstats
path: root/base/logging_win.h
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-06 15:39:40 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-06 15:39:40 +0000
commitba50d192694e3bbdd99d153205e7fcef236abf8a (patch)
treed4621c1cbad3e63cd87c40689c0ae5daaafab1fe /base/logging_win.h
parentf2505c82c17948056214d3437d53620610fba837 (diff)
downloadchromium_src-ba50d192694e3bbdd99d153205e7fcef236abf8a.zip
chromium_src-ba50d192694e3bbdd99d153205e7fcef236abf8a.tar.gz
chromium_src-ba50d192694e3bbdd99d153205e7fcef236abf8a.tar.bz2
Move Windows-specific Event Tracing for Windows implementation to base/win.
fix users of same. BUG=none TEST=unittests Review URL: http://codereview.chromium.org/4517004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/logging_win.h')
-rw-r--r--base/logging_win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/logging_win.h b/base/logging_win.h
index 74f0da0..695c7f2 100644
--- a/base/logging_win.h
+++ b/base/logging_win.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/basictypes.h"
-#include "base/event_trace_provider_win.h"
+#include "base/win/event_trace_provider.h"
#include "base/logging.h"
namespace logging {
@@ -45,7 +45,7 @@ enum LogMessageTypes {
// Trace provider class to drive log control and transport
// with Event Tracing for Windows.
-class LogEventProvider : public EtwTraceProvider {
+class LogEventProvider : public base::win::EtwTraceProvider {
public:
LogEventProvider();