| Index: chrome/browser/host_content_settings_map.cc
 | 
| diff --git a/chrome/browser/host_content_settings_map.cc b/chrome/browser/host_content_settings_map.cc
 | 
| index 8dc11bdfdf405c7d33f486f176ccfa999ce5f9e3..b44485dbe44ac17da8e3df041b181d93e008c499 100644
 | 
| --- a/chrome/browser/host_content_settings_map.cc
 | 
| +++ b/chrome/browser/host_content_settings_map.cc
 | 
| @@ -8,9 +8,9 @@
 | 
|  #include "base/string_util.h"
 | 
|  #include "base/utf_string_conversions.h"
 | 
|  #include "chrome/browser/chrome_thread.h"
 | 
| -#include "chrome/browser/pref_service.h"
 | 
| +#include "chrome/browser/prefs/pref_service.h"
 | 
|  #include "chrome/browser/profile.h"
 | 
| -#include "chrome/browser/scoped_pref_update.h"
 | 
| +#include "chrome/browser/prefs/scoped_pref_update.h"
 | 
|  #include "chrome/common/notification_service.h"
 | 
|  #include "chrome/common/notification_source.h"
 | 
|  #include "chrome/common/notification_type.h"
 | 
| 
 |