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

Unified Diff: compiled/filter/ActiveFilter.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/ActiveFilter.h ('k') | compiled/filter/BlockingFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/ActiveFilter.cpp
===================================================================
rename from compiled/ActiveFilter.cpp
rename to compiled/filter/ActiveFilter.cpp
--- a/compiled/ActiveFilter.cpp
+++ b/compiled/filter/ActiveFilter.cpp
@@ -1,12 +1,12 @@
#include <cstdio>
#include "ActiveFilter.h"
-#include "StringScanner.h"
+#include "../StringScanner.h"
static const DependentString DEFAULT_DOMAIN(u""_str);
namespace
{
OwnedString to_string(unsigned int i)
{
char buffer[11];
« no previous file with comments | « compiled/filter/ActiveFilter.h ('k') | compiled/filter/BlockingFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld