Index: content/browser/child_process_launcher.cc |
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc |
index ce0f62617564a564cdc239a51f2e8f446ba7b4e5..b5bb3f491f070688914d8f2f8146969509e341db 100644 |
--- a/content/browser/child_process_launcher.cc |
+++ b/content/browser/child_process_launcher.cc |
@@ -12,6 +12,7 @@ |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/metrics/histogram.h" |
+#include "base/process/process.h" |
#include "base/synchronization/lock.h" |
#include "base/threading/thread.h" |
#include "content/public/browser/browser_thread.h" |