| Index: chrome/browser/background/background_contents_service.h
 | 
| diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h
 | 
| index f122682c6f932ce9c02cd1a1d401bf9cdc4b2584..045fa2c185a3bfdf9b7ce325f422d1a7af3a52e2 100644
 | 
| --- a/chrome/browser/background/background_contents_service.h
 | 
| +++ b/chrome/browser/background/background_contents_service.h
 | 
| @@ -5,11 +5,14 @@
 | 
|  #ifndef CHROME_BROWSER_BACKGROUND_BACKGROUND_CONTENTS_SERVICE_H_
 | 
|  #define CHROME_BROWSER_BACKGROUND_BACKGROUND_CONTENTS_SERVICE_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <map>
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
|  #include "base/gtest_prod_util.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/scoped_observer.h"
 | 
|  #include "chrome/browser/background/background_contents.h"
 | 
| 
 |