diff options
Diffstat (limited to 'embed/mozilla/GlobalHistory.h')
-rw-r--r-- | embed/mozilla/GlobalHistory.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/embed/mozilla/GlobalHistory.h b/embed/mozilla/GlobalHistory.h index b8743caf0..992819a1e 100644 --- a/embed/mozilla/GlobalHistory.h +++ b/embed/mozilla/GlobalHistory.h @@ -24,7 +24,6 @@ #include "ephy-history.h" -#include <nsIBrowserHistory.h> #include <nsIGlobalHistory2.h> #include <nsCOMPtr.h> @@ -41,7 +40,7 @@ { 0xb7, 0x9e, 0xf7, 0xaa, 0x49, 0xeb, 0x6a, 0x15} \ } -class MozGlobalHistory: public nsIBrowserHistory +class MozGlobalHistory: public nsIGlobalHistory2 { public: MozGlobalHistory (); @@ -49,7 +48,6 @@ class MozGlobalHistory: public nsIBrowserHistory NS_DECL_ISUPPORTS NS_DECL_NSIGLOBALHISTORY2 - NS_DECL_NSIBROWSERHISTORY private: EphyHistory *mGlobalHistory; |