summaryrefslogtreecommitdiffstats
path: root/components/tracing/trace_config_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/tracing/trace_config_file.h')
-rw-r--r--components/tracing/trace_config_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/tracing/trace_config_file.h b/components/tracing/trace_config_file.h
index 6fafda97..863fee4 100644
--- a/components/tracing/trace_config_file.h
+++ b/components/tracing/trace_config_file.h
@@ -81,7 +81,7 @@ class TRACING_EXPORT TraceConfigFile {
TraceConfigFile();
~TraceConfigFile();
- bool ParseTraceConfigFileContent(std::string content);
+ bool ParseTraceConfigFileContent(const std::string& content);
bool is_enabled_;
base::trace_event::TraceConfig trace_config_;