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

Unified Diff: include/AdblockPlus.h

Issue 29497591: Issue 5180 - remove synchronous WebRequest interface and stop exposing of DefaultWebRequest (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 25, 2017, 2:31 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 | « no previous file | include/AdblockPlus/DefaultWebRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus.h
diff --git a/include/AdblockPlus.h b/include/AdblockPlus.h
index 28aa55878fb9606d3e9da355502537bcdc597725..f3de1303f0bba24d406b13909cd1b19bd629ab25 100644
--- a/include/AdblockPlus.h
+++ b/include/AdblockPlus.h
@@ -34,13 +34,11 @@
#include <AdblockPlus/FileSystem.h>
#include <AdblockPlus/DefaultLogSystem.h>
#include <AdblockPlus/DefaultFileSystem.h>
-#include <AdblockPlus/DefaultWebRequest.h>
#include <AdblockPlus/FilterEngine.h>
#include <AdblockPlus/LogSystem.h>
#include <AdblockPlus/JsEngine.h>
#include <AdblockPlus/JsValue.h>
#include <AdblockPlus/ReferrerMapping.h>
-#include <AdblockPlus/WebRequest.h>
#include "AdblockPlus/Notification.h"
#endif
« no previous file with comments | « no previous file | include/AdblockPlus/DefaultWebRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld