diff options
Diffstat (limited to 'base/trace_event.h')
-rw-r--r-- | base/trace_event.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base/trace_event.h b/base/trace_event.h index 02f6128..d2b6ef1 100644 --- a/base/trace_event.h +++ b/base/trace_event.h @@ -86,17 +86,17 @@ class TraceLog { static void StopTracing(); // Log a trace event of (name, type, id) with the optional extra string. - void Trace(const std::string& name, + void Trace(const std::string& name, EventType type, const void* id, const std::wstring& extra, - const char* file, + const char* file, int line); - void Trace(const std::string& name, + void Trace(const std::string& name, EventType type, const void* id, const std::string& extra, - const char* file, + const char* file, int line); private: |