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

Unified Diff: compiled/filter/InvalidFilter.cpp

Issue 29613616: Issue 6064 - Put C++ code into a configurable namespace (Closed) Base URL: https://github.com/adblockplus/adblockpluscore.git
Patch Set: rebase Created Dec. 12, 2017, 12:45 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/filter/InvalidFilter.h ('k') | compiled/filter/RegExpFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/InvalidFilter.cpp
diff --git a/compiled/filter/InvalidFilter.cpp b/compiled/filter/InvalidFilter.cpp
index ac9bcd4ab8f2f8ddd0c905dce83f4da42d5ffffd..cbd41334e8d3259e9ece1b01430b038ed16cfccf 100644
--- a/compiled/filter/InvalidFilter.cpp
+++ b/compiled/filter/InvalidFilter.cpp
@@ -17,6 +17,8 @@
#include "InvalidFilter.h"
+ABP_NS_USING
+
InvalidFilter::InvalidFilter(const String& text,
const String& reason)
: Filter(classType, text), mReason(reason)
« no previous file with comments | « compiled/filter/InvalidFilter.h ('k') | compiled/filter/RegExpFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld