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

Unified Diff: tools/gn/trace.h

Issue 1492813002: tools/gn: forward declare some base types in trace.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | tools/gn/trace.cc » ('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 e32f319e786fb6a9559db8511fe24303a0e59742..de8ab09d490770bd78dfb1faa42db4dfd88a6cea 100644
--- a/tools/gn/trace.h
+++ b/tools/gn/trace.h
@@ -7,14 +7,17 @@
#include <string>
-#include "base/command_line.h"
-#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/threading/platform_thread.h"
#include "base/time/time.h"
class Label;
+namespace base {
+class CommandLine;
+class FilePath;
+}
+
class TraceItem {
public:
enum Type {
« no previous file with comments | « no previous file | tools/gn/trace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698