summaryrefslogtreecommitdiff
path: root/base/debug/profiler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/profiler.cc')
-rw-r--r--base/debug/profiler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/profiler.cc b/base/debug/profiler.cc
index e303c2891a..b19e7ecd00 100644
--- a/base/debug/profiler.cc
+++ b/base/debug/profiler.cc
@@ -63,7 +63,7 @@ bool IsProfilingSupported() {
#else
-void StartProfiling(const std::string&) {
+void StartProfiling(const std::string& name) {
}
void StopProfiling() {