summaryrefslogtreecommitdiffstats
path: root/base/debug/trace_event_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/trace_event_impl.h')
-rw-r--r--base/debug/trace_event_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h
index 28bf1a0..9ffcef5 100644
--- a/base/debug/trace_event_impl.h
+++ b/base/debug/trace_event_impl.h
@@ -510,6 +510,7 @@ class BASE_EXPORT TraceLog {
const char** arg_names,
const unsigned char* arg_types,
const unsigned long long* arg_values,
+ scoped_ptr<ConvertableToTraceFormat> convertable_values[],
unsigned char flags);
static void ApplyATraceEnabledFlag(unsigned char* category_group_enabled);
#endif