summaryrefslogtreecommitdiffstats
path: root/tools/gn/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/trace.h')
-rw-r--r--tools/gn/trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/trace.h b/tools/gn/trace.h
index b795bf77..61811a7 100644
--- a/tools/gn/trace.h
+++ b/tools/gn/trace.h
@@ -70,7 +70,7 @@ class ScopedTrace {
~ScopedTrace();
void SetToolchain(const Label& label);
- void SetCommandLine(const CommandLine& cmdline);
+ void SetCommandLine(const base::CommandLine& cmdline);
void Done();