| Index: compiled/ElemHideEmulation.h | 
| diff --git a/compiled/ElemHideEmulation.h b/compiled/ElemHideEmulation.h | 
| index 41b788e440a1e944ef804250c0d6a1d6a06a01c9..c341846749102d084cf980061852f592feb27bc1 100644 | 
| --- a/compiled/ElemHideEmulation.h | 
| +++ b/compiled/ElemHideEmulation.h | 
| @@ -19,10 +19,13 @@ | 
|  | 
| #include <vector> | 
|  | 
| +#include "base.h" | 
| #include "bindings/runtime.h" | 
| #include "intrusive_ptr.h" | 
| #include "filter/ElemHideBase.h" | 
|  | 
| +ABP_NS_BEGIN | 
| + | 
| class ElemHide; | 
|  | 
| class ElemHideEmulation_FilterList : public ref_counted | 
| @@ -65,3 +68,4 @@ public: | 
| void BINDINGS_EXPORTED Clear(); | 
| ElemHideEmulation_FilterList* BINDINGS_EXPORTED GetRulesForDomain(const ElemHide&, DependentString&); | 
| }; | 
| +ABP_NS_END | 
|  |