| Index: chrome/browser/gtk/options/content_filter_page_gtk.h
|
| diff --git a/chrome/browser/gtk/options/content_filter_page_gtk.h b/chrome/browser/gtk/options/content_filter_page_gtk.h
|
| index 6150226e9bc2d29b1557c9fa8058e07223fcef7f..3b7bdecbfa2e7322af925cdbddb986c39829f561 100644
|
| --- a/chrome/browser/gtk/options/content_filter_page_gtk.h
|
| +++ b/chrome/browser/gtk/options/content_filter_page_gtk.h
|
| @@ -15,6 +15,8 @@
|
| #include "chrome/common/content_settings_types.h"
|
| #include "chrome/common/notification_registrar.h"
|
|
|
| +class ContentSettingsDetails;
|
| +
|
| // A page in the content settings window. Used for everything but the Cookies
|
| // page (which has a much more complex dialog). A |content_type| is passed into
|
| // the constructor and the correct strings and settings are used.
|
| @@ -38,7 +40,7 @@ class ContentFilterPageGtk : public OptionsPageBase {
|
| virtual void UpdateButtonsState();
|
|
|
| virtual void NotifyContentSettingsChanged(
|
| - const HostContentSettingsMap::ContentSettingsDetails *details);
|
| + const ContentSettingsDetails* details);
|
|
|
| // Builds the content of the dialog.
|
| GtkWidget* InitGroup();
|
|
|