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

Unified Diff: compiled/filter/RegExpFilter.cpp

Issue 29383816: Issue 4989 - [emscripten] Move filter class files into a separate directory (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Created March 14, 2017, 3:34 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/RegExpFilter.h ('k') | compiled/filter/WhitelistFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/RegExpFilter.cpp
===================================================================
rename from compiled/RegExpFilter.cpp
rename to compiled/filter/RegExpFilter.cpp
--- a/compiled/RegExpFilter.cpp
+++ b/compiled/filter/RegExpFilter.cpp
@@ -1,15 +1,15 @@
#include <climits>
#include <emscripten.h>
#include "RegExpFilter.h"
-#include "StringScanner.h"
-#include "StringMap.h"
+#include "../StringScanner.h"
+#include "../StringMap.h"
namespace
{
enum
{
TYPE_OTHER = 0x1,
TYPE_SCRIPT = 0x2,
TYPE_IMAGE = 0x4,
« no previous file with comments | « compiled/filter/RegExpFilter.h ('k') | compiled/filter/WhitelistFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld