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

Unified Diff: compiled/StringScanner.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/StringScanner.h
diff --git a/compiled/StringScanner.h b/compiled/StringScanner.h
index e310cb9d8552bcf87d8a6fe3e381ff461719f912..be95de5c8afe1c5ff80b826b05c23b70917e0bdb 100644
--- a/compiled/StringScanner.h
+++ b/compiled/StringScanner.h
@@ -17,8 +17,11 @@
#pragma once
+#include "base.h"
#include "String.h"
+ABP_NS_BEGIN
+
class StringScanner
{
private:
@@ -66,3 +69,5 @@ public:
return skipped;
}
};
+
+ABP_NS_END

Powered by Google App Engine
This is Rietveld