| Index: chrome/browser/gtk/options/cookie_filter_page_gtk.cc
 | 
| diff --git a/chrome/browser/gtk/options/cookie_filter_page_gtk.cc b/chrome/browser/gtk/options/cookie_filter_page_gtk.cc
 | 
| index 66eac73de63446a26c944d6ebcbcd2c5782c548a..955a200e029c11f1028b613334cf8c082fabc3bb 100644
 | 
| --- a/chrome/browser/gtk/options/cookie_filter_page_gtk.cc
 | 
| +++ b/chrome/browser/gtk/options/cookie_filter_page_gtk.cc
 | 
| @@ -8,12 +8,12 @@
 | 
|  #include "base/auto_reset.h"
 | 
|  #include "base/command_line.h"
 | 
|  #include "chrome/browser/browsing_data_local_storage_helper.h"
 | 
| +#include "chrome/browser/content_settings/host_content_settings_map.h"
 | 
|  #include "chrome/browser/gtk/browser_window_gtk.h"
 | 
|  #include "chrome/browser/gtk/gtk_chrome_link_button.h"
 | 
|  #include "chrome/browser/gtk/gtk_util.h"
 | 
|  #include "chrome/browser/gtk/options/content_exceptions_window_gtk.h"
 | 
|  #include "chrome/browser/gtk/options/cookies_view.h"
 | 
| -#include "chrome/browser/host_content_settings_map.h"
 | 
|  #include "chrome/browser/profile.h"
 | 
|  #include "chrome/browser/show_options_url.h"
 | 
|  #include "chrome/browser/ui/browser.h"
 | 
| 
 |