| Index: chrome/browser/zygote_main_linux.cc
|
| diff --git a/chrome/browser/zygote_main_linux.cc b/chrome/browser/zygote_main_linux.cc
|
| index 51a658ef3bae9ae13fc4296bc5da3dbae4d67be8..dee28398325e9642b212147686357b1f2062e33c 100644
|
| --- a/chrome/browser/zygote_main_linux.cc
|
| +++ b/chrome/browser/zygote_main_linux.cc
|
| @@ -21,6 +21,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/command_line.h"
|
| #include "base/eintr_wrapper.h"
|
| +#include "base/file_path.h"
|
| #include "base/global_descriptors_posix.h"
|
| #include "base/hash_tables.h"
|
| #include "base/linux_util.h"
|
|
|