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

Unified Diff: compiled/filter/CommentFilter.cpp

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: address comments Created Nov. 22, 2017, 9:36 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
« no previous file with comments | « compiled/filter/CommentFilter.h ('k') | compiled/filter/ElemHideBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/CommentFilter.cpp
diff --git a/compiled/filter/CommentFilter.cpp b/compiled/filter/CommentFilter.cpp
index e2801126a7de3abf8c11a2dbd550f5d71898a514..dee9d5cfe532b36bcfb12f3c3488b7302e5dc2e3 100644
--- a/compiled/filter/CommentFilter.cpp
+++ b/compiled/filter/CommentFilter.cpp
@@ -17,6 +17,8 @@
#include "CommentFilter.h"
+ABP_NS_USING
+
CommentFilter::CommentFilter(const String& text)
: Filter(Type::COMMENT, text)
{
« no previous file with comments | « compiled/filter/CommentFilter.h ('k') | compiled/filter/ElemHideBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld