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

Unified Diff: base/debug/trace_event_win.h

Issue 3945002: Move debug-related stuff from base to the base/debug directory and use the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 months 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/debug/trace_event.cc ('k') | base/debug/trace_event_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event_win.h
===================================================================
--- base/debug/trace_event_win.h (revision 0)
+++ base/debug/trace_event_win.h (working copy)
@@ -3,8 +3,8 @@
// found in the LICENSE file.
// This file contains the Windows-specific declarations for trace_event.h.
-#ifndef BASE_TRACE_EVENT_WIN_H_
-#define BASE_TRACE_EVENT_WIN_H_
+#ifndef BASE_DEBUG_TRACE_EVENT_WIN_H_
+#define BASE_DEBUG_TRACE_EVENT_WIN_H_
#pragma once
#include <string>
@@ -33,6 +33,7 @@
struct StaticMemorySingletonTraits;
namespace base {
+namespace debug {
// This EtwTraceProvider subclass implements ETW logging
// for the macros above on Windows.
@@ -95,7 +96,7 @@
// string will be used.
void TraceEvent(const char* name,
size_t name_len,
- base::TraceLog::EventType type,
+ EventType type,
const void* id,
const char* extra,
size_t extra_len);
@@ -141,6 +142,7 @@
// Forward decl.
struct TraceLogSingletonTraits;
+} // nemspace debug
} // namespace base
-#endif // BASE_TRACE_EVENT_WIN_H_
+#endif // BASE_DEBUG_TRACE_EVENT_WIN_H_
« no previous file with comments | « base/debug/trace_event.cc ('k') | base/debug/trace_event_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698