Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1241)

Unified Diff: tools/gn/trace.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/setup.h ('k') | ui/gfx/gtk_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/trace.h
diff --git a/tools/gn/trace.h b/tools/gn/trace.h
index b795bf771e1d12c55e4adaf1cbd920fe3299c7ee..61811a796f6f52ca31252f76e644147683bda85f 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();
« no previous file with comments | « tools/gn/setup.h ('k') | ui/gfx/gtk_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698