Index: base/process_util.h |
diff --git a/base/process_util.h b/base/process_util.h |
index d7ff940a8342bc24aa59d2512268b20b4411b78b..4cb954b7c9e53d7a83e87276680d25470db1988b 100644 |
--- a/base/process_util.h |
+++ b/base/process_util.h |
@@ -33,9 +33,7 @@ typedef struct _malloc_zone_t malloc_zone_t; |
#include <utility> |
#include <vector> |
-#include "base/command_line.h" |
#include "base/file_descriptor_shuffle.h" |
-#include "base/file_path.h" |
#include "base/process.h" |
#ifndef NAME_MAX // Solaris and some BSDs have no NAME_MAX |
@@ -46,6 +44,9 @@ typedef struct _malloc_zone_t malloc_zone_t; |
#endif |
#endif |
+class CommandLine; |
+class FilePath; |
+ |
namespace base { |
#if defined(OS_WIN) |