| Index: chrome/browser/download/download_path_reservation_tracker.cc
 | 
| diff --git a/chrome/browser/download/download_path_reservation_tracker.cc b/chrome/browser/download/download_path_reservation_tracker.cc
 | 
| index 62424bf15c28f008dcbc09710576e7e8bec66f14..6f5603e3cd5531094121b5ebd8efb2d92bec6fe0 100644
 | 
| --- a/chrome/browser/download/download_path_reservation_tracker.cc
 | 
| +++ b/chrome/browser/download/download_path_reservation_tracker.cc
 | 
| @@ -4,17 +4,21 @@
 | 
|  
 | 
|  #include "chrome/browser/download/download_path_reservation_tracker.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <map>
 | 
|  
 | 
|  #include "base/bind.h"
 | 
|  #include "base/callback.h"
 | 
|  #include "base/files/file_util.h"
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/path_service.h"
 | 
|  #include "base/stl_util.h"
 | 
|  #include "base/strings/string_util.h"
 | 
|  #include "base/strings/stringprintf.h"
 | 
|  #include "base/third_party/icu/icu_utf.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/common/chrome_paths.h"
 | 
|  #include "content/public/browser/browser_thread.h"
 | 
|  #include "content/public/browser/download_item.h"
 | 
| 
 |