| Index: content/browser/tracing/power_tracing_agent.h
|
| diff --git a/content/browser/tracing/power_tracing_agent.h b/content/browser/tracing/power_tracing_agent.h
|
| index 4542efaaa42a3ae62a986210b773333e7311feb6..04f0dfa738db6572a3421d5c4070ea799ac6a16b 100644
|
| --- a/content/browser/tracing/power_tracing_agent.h
|
| +++ b/content/browser/tracing/power_tracing_agent.h
|
| @@ -34,7 +34,7 @@ class PowerTracingAgent : public base::trace_event::TracingAgent {
|
|
|
| bool SupportsExplicitClockSync() override;
|
| void RecordClockSyncMarker(
|
| - int sync_id,
|
| + const std::string& sync_id,
|
| const RecordClockSyncMarkerCallback& callback) override;
|
|
|
| private:
|
| @@ -52,7 +52,7 @@ class PowerTracingAgent : public base::trace_event::TracingAgent {
|
| void TraceOnThread();
|
| void FlushOnThread(const StopAgentTracingCallback& callback);
|
| void RecordClockSyncMarkerOnThread(
|
| - int sync_id,
|
| + const std::string& sync_id,
|
| const RecordClockSyncMarkerCallback& callback);
|
|
|
| base::Thread thread_;
|
|
|