| Index: chrome/browser/gtk/content_setting_bubble_gtk.cc
 | 
| diff --git a/chrome/browser/gtk/content_setting_bubble_gtk.cc b/chrome/browser/gtk/content_setting_bubble_gtk.cc
 | 
| index 657b82ab4c9de948361d9faeaafbf95f3488bf6c..b626c84ada26ea7115e8effa1bd4aee189291379 100644
 | 
| --- a/chrome/browser/gtk/content_setting_bubble_gtk.cc
 | 
| +++ b/chrome/browser/gtk/content_setting_bubble_gtk.cc
 | 
| @@ -9,12 +9,12 @@
 | 
|  #include "base/i18n/rtl.h"
 | 
|  #include "base/utf_string_conversions.h"
 | 
|  #include "chrome/browser/blocked_content_container.h"
 | 
| +#include "chrome/browser/content_settings/host_content_settings_map.h"
 | 
|  #include "chrome/browser/content_setting_bubble_model.h"
 | 
|  #include "chrome/browser/gtk/gtk_chrome_link_button.h"
 | 
|  #include "chrome/browser/gtk/gtk_theme_provider.h"
 | 
|  #include "chrome/browser/gtk/gtk_util.h"
 | 
|  #include "chrome/browser/gtk/options/content_settings_window_gtk.h"
 | 
| -#include "chrome/browser/host_content_settings_map.h"
 | 
|  #include "chrome/browser/profile.h"
 | 
|  #include "chrome/browser/tab_contents/tab_contents.h"
 | 
|  #include "chrome/common/content_settings.h"
 | 
| 
 |