Index: base/trace_event/common/trace_event_common.h |
diff --git a/base/trace_event/common/trace_event_common.h b/base/trace_event/common/trace_event_common.h |
index c780cc857577cf7d39728f2285667e051bd6b83d..87588f5749706befac2ae691cec8a1d0793145d9 100644 |
--- a/base/trace_event/common/trace_event_common.h |
+++ b/base/trace_event/common/trace_event_common.h |
@@ -957,8 +957,8 @@ |
#define TRACE_EVENT_CLOCK_SYNC_ISSUER(sync_id, issue_ts, issue_end_ts) \ |
INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP( \ |
TRACE_EVENT_PHASE_CLOCK_SYNC, "__metadata", "clock_sync", \ |
- issue_end_ts.ToInternalValue(), TRACE_EVENT_FLAG_NONE, \ |
- "sync_id", sync_id, "issue_ts", issue_ts.ToInternalValue()) |
+ issue_end_ts, TRACE_EVENT_FLAG_NONE, \ |
+ "sync_id", sync_id, "issue_ts", issue_ts) |
// Macros to track the life time and value of arbitrary client objects. |
// See also TraceTrackableObject. |