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: Created Nov. 21, 2017, 1:53 p.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
« no previous file with comments | « compiled/StringMap.h ('k') | compiled/base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « compiled/StringMap.h ('k') | compiled/base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld