| Index: content/browser/child_process_launcher.h
|
| diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
|
| index 768367d8ff835c4c409a64290273c35965adde16..c4f63210af106d6db198f67d79aae355b7138d36 100644
|
| --- a/content/browser/child_process_launcher.h
|
| +++ b/content/browser/child_process_launcher.h
|
| @@ -5,13 +5,14 @@
|
| #ifndef CONTENT_BROWSER_CHILD_PROCESS_LAUNCHER_H_
|
| #define CONTENT_BROWSER_CHILD_PROCESS_LAUNCHER_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/scoped_file.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/process/kill.h"
|
| #include "base/process/launch.h"
|
| #include "base/process/process.h"
|
| #include "base/threading/non_thread_safe.h"
|
| +#include "build/build_config.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
|
|