 Issue 29613616:
  Issue 6064 - Put C++ code into a configurable namespace  (Closed) 
  Base URL: https://github.com/adblockplus/adblockpluscore.git
    
  
    Issue 29613616:
  Issue 6064 - Put C++ code into a configurable namespace  (Closed) 
  Base URL: https://github.com/adblockplus/adblockpluscore.git
| Index: compiled/StringMap.h | 
| diff --git a/compiled/StringMap.h b/compiled/StringMap.h | 
| index a70e26b16164a8c98c71af0974ed60267c63c763..add01079074bd853f87d4585d77fe5641d77fed3 100644 | 
| --- a/compiled/StringMap.h | 
| +++ b/compiled/StringMap.h | 
| @@ -22,9 +22,12 @@ | 
| #include <initializer_list> | 
| #include <memory> | 
| +#include "base.h" | 
| #include "String.h" | 
| #include "debug.h" | 
| +ABP_NS_BEGIN | 
| + | 
| template<typename T> | 
| class StringMap; | 
| @@ -355,3 +358,5 @@ public: | 
| return reference(this, key, super::find_bucket(key)); | 
| } | 
| }; | 
| + | 
| +ABP_NS_END |