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

Unified Diff: base/process_util.h

Issue 3068004: base/ header cleanup. Forward declaration instead of including. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: chrome_launcher_unittest.cc Created 10 years, 5 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 | « base/process_posix.cc ('k') | base/process_util_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « base/process_posix.cc ('k') | base/process_util_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698