| Index: chrome/browser/browser_shutdown.cc
 | 
| diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc
 | 
| index 9062d30eee37421eb461d06d49bc4f744ce0a717..e8abbe647e8ee7d8bfcd80a22ec665772b71dfdf 100644
 | 
| --- a/chrome/browser/browser_shutdown.cc
 | 
| +++ b/chrome/browser/browser_shutdown.cc
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  #include "chrome/browser/browser_shutdown.h"
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <map>
 | 
|  #include <string>
 | 
|  
 | 
| @@ -19,6 +21,7 @@
 | 
|  #include "base/strings/stringprintf.h"
 | 
|  #include "base/threading/thread.h"
 | 
|  #include "base/time/time.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/browser/about_flags.h"
 | 
|  #include "chrome/browser/browser_process.h"
 | 
|  #include "chrome/browser/lifetime/application_lifetime.h"
 | 
| 
 |