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

Unified Diff: compiled/filter/Filter.h

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/ElemHideFilter.cpp ('k') | compiled/filter/Filter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiled/filter/Filter.h
===================================================================
rename from compiled/Filter.h
rename to compiled/filter/Filter.h
--- a/compiled/Filter.h
+++ b/compiled/filter/Filter.h
@@ -1,15 +1,15 @@
#pragma once
#include <vector>
-#include "String.h"
-#include "intrusive_ptr.h"
-#include "debug.h"
+#include "../String.h"
+#include "../intrusive_ptr.h"
+#include "../debug.h"
class Filter : public ref_counted
{
protected:
OwnedString mText;
public:
enum Type
« no previous file with comments | « compiled/filter/ElemHideFilter.cpp ('k') | compiled/filter/Filter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld