aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GlobalHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/GlobalHistory.h')
-rw-r--r--embed/mozilla/GlobalHistory.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/embed/mozilla/GlobalHistory.h b/embed/mozilla/GlobalHistory.h
index cb128db21..b8743caf0 100644
--- a/embed/mozilla/GlobalHistory.h
+++ b/embed/mozilla/GlobalHistory.h
@@ -27,6 +27,11 @@
#include <nsIBrowserHistory.h>
#include <nsIGlobalHistory2.h>
+#include <nsCOMPtr.h>
+#include <nsAutoPtr.h>
+
+#include "EphyHistoryListener.h"
+
#define EPHY_GLOBALHISTORY_CLASSNAME "Epiphany Global History Implementation"
#define EPHY_GLOBALHISTORY_CID \
@@ -48,6 +53,7 @@ class MozGlobalHistory: public nsIBrowserHistory
private:
EphyHistory *mGlobalHistory;
+ nsRefPtr<EphyHistoryListener> mHistoryListener;
};
#endif /* EPHY_GLOBAL_HISTORY_H */