Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: compiled/bindings/generator.h

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: rebase Created Feb. 6, 2018, 9:54 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: compiled/bindings/generator.h
diff --git a/compiled/bindings/generator.h b/compiled/bindings/generator.h
index 0abd0927dce1d724cd802514a17ba91fecfaa607..aec8cda3c87aa3f868f7b56584890fae1c218593 100644
--- a/compiled/bindings/generator.h
+++ b/compiled/bindings/generator.h
@@ -26,9 +26,12 @@
#include <utility>
#include <vector>
+#include "../base.h"
#include "../String.h"
#include "../intrusive_ptr.h"
+ABP_NS_BEGIN
+
namespace bindings_internal
{
typedef void* TYPEID;
@@ -340,3 +343,5 @@ public:
};
void printBindings();
+
+ABP_NS_END
« compiled/base.h ('K') | « compiled/base.h ('k') | compiled/bindings/generator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld