| 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_
|
|
|