| Index: chrome/browser/content_settings/tab_specific_content_settings.h
 | 
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
 | 
| index d0be280d6768ba231642b5051e00542384f9ba43..c91de1052450532ac021af964fd6f658f0ef2b24 100644
 | 
| --- a/chrome/browser/content_settings/tab_specific_content_settings.h
 | 
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.h
 | 
| @@ -5,14 +5,17 @@
 | 
|  #ifndef CHROME_BROWSER_CONTENT_SETTINGS_TAB_SPECIFIC_CONTENT_SETTINGS_H_
 | 
|  #define CHROME_BROWSER_CONTENT_SETTINGS_TAB_SPECIFIC_CONTENT_SETTINGS_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <map>
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/observer_list.h"
 | 
|  #include "base/scoped_observer.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/browser/browsing_data/cookies_tree_model.h"
 | 
|  #include "chrome/browser/content_settings/local_shared_objects_container.h"
 | 
|  #include "chrome/common/custom_handlers/protocol_handler.h"
 | 
| 
 |