diff options
Diffstat (limited to 'embed/mozilla/mozilla-notifiers.h')
-rw-r--r-- | embed/mozilla/mozilla-notifiers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/mozilla-notifiers.h b/embed/mozilla/mozilla-notifiers.h index 6718365f7..f7882b83f 100644 --- a/embed/mozilla/mozilla-notifiers.h +++ b/embed/mozilla/mozilla-notifiers.h @@ -19,9 +19,9 @@ #ifndef MOZILLA_NOTIFIERS_H #define MOZILLA_NOTIFIERS_H -#include "mozilla-embed-shell.h" +#include "ephy-embed-single.h" -void mozilla_notifiers_init (MozillaEmbedShell *shell); +void mozilla_notifiers_init (EphyEmbedSingle *single); void mozilla_notifiers_set_defaults (void); |