From aaf3409c46a5e472bc539a6ad5902f886c980e1f Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 12 Apr 2018 14:10:27 -0400 Subject: [PALEMOON] Remove the migrator --- .../components/migration/nsIEHistoryEnumerator.h | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 application/palemoon/components/migration/nsIEHistoryEnumerator.h (limited to 'application/palemoon/components/migration/nsIEHistoryEnumerator.h') diff --git a/application/palemoon/components/migration/nsIEHistoryEnumerator.h b/application/palemoon/components/migration/nsIEHistoryEnumerator.h deleted file mode 100644 index 1572a8dd5..000000000 --- a/application/palemoon/components/migration/nsIEHistoryEnumerator.h +++ /dev/null @@ -1,37 +0,0 @@ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this file, - * You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#ifndef iehistoryenumerator___h___ -#define iehistoryenumerator___h___ - -#include - -#include "mozilla/Attributes.h" -#include "nsCOMPtr.h" -#include "nsISimpleEnumerator.h" -#include "nsIWritablePropertyBag2.h" - -class nsIEHistoryEnumerator final : public nsISimpleEnumerator -{ -public: - NS_DECL_ISUPPORTS - NS_DECL_NSISIMPLEENUMERATOR - - nsIEHistoryEnumerator(); - -private: - ~nsIEHistoryEnumerator(); - - /** - * Initializes the history reader, if needed. - */ - void EnsureInitialized(); - - RefPtr mIEHistory; - RefPtr mURLEnumerator; - - nsCOMPtr mCachedNextEntry; -}; - -#endif -- cgit v1.2.3