| Index: content/browser/tracing/battor_power_trace_provider.cc
|
| diff --git a/content/browser/tracing/battor_power_trace_provider.cc b/content/browser/tracing/battor_power_trace_provider.cc
|
| index 41e991103817e8087e90437ee7eebe8c6eacf818..3339550c4f82933947b997bbccf8d1d6815ba6ec 100644
|
| --- a/content/browser/tracing/battor_power_trace_provider.cc
|
| +++ b/content/browser/tracing/battor_power_trace_provider.cc
|
| @@ -22,7 +22,8 @@ bool BattorPowerTraceProvider::StopTracing() {
|
| return false;
|
| }
|
|
|
| -void BattorPowerTraceProvider::RecordClockSyncMarker(int sync_id) {}
|
| +void BattorPowerTraceProvider::RecordClockSyncMarker(
|
| + const std::string& sync_id) {}
|
|
|
| void BattorPowerTraceProvider::GetLog(std::string* log_str) {
|
| // Get logs from battor.
|
|
|