| Index: chrome/browser/dom_ui/options/content_settings_handler.cc
 | 
| diff --git a/chrome/browser/dom_ui/options/content_settings_handler.cc b/chrome/browser/dom_ui/options/content_settings_handler.cc
 | 
| index 77e0abfaa547b0b7c0f838c6bcb8d172baa9a244..a45719c5df8312dd04b2557fd1981a361b0ea11f 100644
 | 
| --- a/chrome/browser/dom_ui/options/content_settings_handler.cc
 | 
| +++ b/chrome/browser/dom_ui/options/content_settings_handler.cc
 | 
| @@ -10,8 +10,8 @@
 | 
|  #include "base/utf_string_conversions.h"
 | 
|  #include "base/values.h"
 | 
|  #include "chrome/browser/browser_list.h"
 | 
| +#include "chrome/browser/content_settings/host_content_settings_map.h"
 | 
|  #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
 | 
| -#include "chrome/browser/host_content_settings_map.h"
 | 
|  #include "chrome/browser/notifications/desktop_notification_service.h"
 | 
|  #include "chrome/browser/profile.h"
 | 
|  #include "chrome/common/chrome_switches.h"
 | 
| 
 |