| Index: chrome/browser/chrome_browser_main_posix.cc
 | 
| diff --git a/chrome/browser/chrome_browser_main_posix.cc b/chrome/browser/chrome_browser_main_posix.cc
 | 
| index a69659fb201d0d5929c8f16fda05ab936cf6dcd6..c5007e4ea1fe57b99fca629de02913632906f003 100644
 | 
| --- a/chrome/browser/chrome_browser_main_posix.cc
 | 
| +++ b/chrome/browser/chrome_browser_main_posix.cc
 | 
| @@ -8,6 +8,8 @@
 | 
|  #include <limits.h>
 | 
|  #include <pthread.h>
 | 
|  #include <signal.h>
 | 
| +#include <stddef.h>
 | 
| +#include <string.h>
 | 
|  #include <sys/resource.h>
 | 
|  #include <unistd.h>
 | 
|  
 | 
| @@ -16,8 +18,10 @@
 | 
|  #include "base/bind.h"
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/posix/eintr_wrapper.h"
 | 
|  #include "base/strings/string_number_conversions.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/browser/chrome_notification_types.h"
 | 
|  #include "chrome/browser/lifetime/application_lifetime.h"
 | 
|  #include "chrome/browser/sessions/session_restore.h"
 | 
| 
 |