Index: content/browser/tracing/battor_power_trace_provider.h |
diff --git a/content/browser/tracing/battor_power_trace_provider.h b/content/browser/tracing/battor_power_trace_provider.h |
index 8a9a5b5e8908c2539002db91dd081aedaa22adb4..edd1deeb3ac4af674677aadd74708b098459223d 100644 |
--- a/content/browser/tracing/battor_power_trace_provider.h |
+++ b/content/browser/tracing/battor_power_trace_provider.h |
@@ -20,7 +20,7 @@ class BattorPowerTraceProvider { |
bool IsConnected(); |
bool StartTracing(); |
bool StopTracing(); |
- void RecordClockSyncMarker(int sync_id); |
+ void RecordClockSyncMarker(const std::string& sync_id); |
void GetLog(std::string* log_str); |
~BattorPowerTraceProvider(); |