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

Delta Between Two Patch Sets: include/AdblockPlus.h

Issue 9987009: Interface for the libadblockplus API (Closed)
Left Patch Set: Created March 26, 2013, 11:45 a.m.
Right Patch Set: Reduce redundant redundancy Created March 27, 2013, 6:45 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | include/AdblockPlus/FilterEngine.h » ('j') | shell/src/Command.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #ifndef ADBLOCKPLUS_H 1 #ifndef ADBLOCKPLUS_H
Oleksandr 2013/03/27 08:37:01 Do you think we could rename this file? To abpv8.h
Felix Dahlke 2013/03/27 08:59:17 That shouldn't cause any trouble if we don't put i
2 #define ADBLOCKPLUS_H 2 #define ADBLOCKPLUS_H
3 3
4 #include <AdblockPlus/FileReader.h> 4 #include <AdblockPlus/FileReader.h>
5 #include <AdblockPlus/FilterEngine.h>
5 #include <AdblockPlus/ErrorCallback.h> 6 #include <AdblockPlus/ErrorCallback.h>
6 #include <AdblockPlus/JsEngine.h> 7 #include <AdblockPlus/JsEngine.h>
7 #include <AdblockPlus/AdblockPlus.h>
8 8
9 #endif 9 #endif
LEFTRIGHT

Powered by Google App Engine
This is Rietveld