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

Side by Side Diff: include/AdblockPlus.h

Issue 9987009: Interface for the libadblockplus API (Closed)
Patch Set: Created March 26, 2013, 11:45 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 | « no previous file | include/AdblockPlus/AdblockPlus.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/ErrorCallback.h> 5 #include <AdblockPlus/ErrorCallback.h>
6 #include <AdblockPlus/JsEngine.h> 6 #include <AdblockPlus/JsEngine.h>
7 #include <AdblockPlus/AdblockPlus.h>
7 8
8 #endif 9 #endif
OLDNEW
« no previous file with comments | « no previous file | include/AdblockPlus/AdblockPlus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld