summaryrefslogtreecommitdiffstats
path: root/toolkit/components/cascade_bloom_filter/CascadeFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/cascade_bloom_filter/CascadeFilter.h')
-rw-r--r--toolkit/components/cascade_bloom_filter/CascadeFilter.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/toolkit/components/cascade_bloom_filter/CascadeFilter.h b/toolkit/components/cascade_bloom_filter/CascadeFilter.h
new file mode 100644
index 0000000000..bcfd236302
--- /dev/null
+++ b/toolkit/components/cascade_bloom_filter/CascadeFilter.h
@@ -0,0 +1,17 @@
+/* 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 CASCADE_BLOOM_FILTER_CASCADE_FILTER_H_
+#define CASCADE_BLOOM_FILTER_CASCADE_FILTER_H_
+
+#include "mozilla/AlreadyAddRefed.h"
+#include "nsICascadeFilter.h"
+
+namespace mozilla {
+
+already_AddRefed<nsICascadeFilter> ConstructCascadeFilter();
+
+} // namespace mozilla
+
+#endif // CASCADE_BLOOM_FILTER_CASCADE_FILTER_H_