| Index: chrome/browser/content_settings/host_content_settings_map.h
 | 
| diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
 | 
| index 1ccdf44e6429fb5554618c4cbf671521fe586e24..845b58136488bd7d738a11b6fae4400d2d72692e 100644
 | 
| --- a/chrome/browser/content_settings/host_content_settings_map.h
 | 
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
 | 
| @@ -16,11 +16,11 @@
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/synchronization/lock.h"
 | 
|  #include "base/tuple.h"
 | 
| +#include "chrome/browser/api/prefs/pref_change_registrar.h"
 | 
|  #include "chrome/browser/content_settings/content_settings_observer.h"
 | 
| -#include "chrome/browser/prefs/pref_change_registrar.h"
 | 
|  #include "chrome/common/content_settings.h"
 | 
| -#include "chrome/common/content_settings_types.h"
 | 
|  #include "chrome/common/content_settings_pattern.h"
 | 
| +#include "chrome/common/content_settings_types.h"
 | 
|  
 | 
|  namespace base {
 | 
|  class Value;
 | 
| 
 |