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

Side by Side Diff: compiled/WhitelistFilter.h

Issue 29333474: Issue 4125 - [emscripten] Convert filter classes to C++ (Closed)
Patch Set: Minor improvements Created Feb. 6, 2016, 8:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « compiled/StringScanner.h ('k') | compiled/WhitelistFilter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #pragma once
2
3 #include "Filter.h"
4 #include "RegExpFilter.h"
5
6 class WhitelistFilter : public RegExpFilter
7 {
8 public:
9 WhitelistFilter(const String& text, const RegExpFilterData& data);
10
11 Type GetType() const;
12 };
OLDNEW
« no previous file with comments | « compiled/StringScanner.h ('k') | compiled/WhitelistFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld