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

Unified Diff: src/DefaultWebRequest.cpp

Issue 29533641: Issue 5569 - add the possibility to use synchronous WebRequest and base path in File System (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Sept. 1, 2017, 3:32 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 | « src/DefaultWebRequest.h ('k') | src/Platform.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/DefaultWebRequest.cpp
diff --git a/src/DefaultWebRequest.cpp b/src/DefaultWebRequest.cpp
index 1ee0689dfe8bda58a653ae98f882e4b948093cec..a0418f54b9e8f76c66dab899d0d670426711aacf 100644
--- a/src/DefaultWebRequest.cpp
+++ b/src/DefaultWebRequest.cpp
@@ -20,7 +20,7 @@
using namespace AdblockPlus;
-DefaultWebRequest::DefaultWebRequest(const Scheduler& scheduler, std::unique_ptr<DefaultWebRequestSync>&& syncImpl)
+DefaultWebRequest::DefaultWebRequest(const Scheduler& scheduler, WebRequestSyncPtr syncImpl)
: scheduler(scheduler), syncImpl(std::move(syncImpl))
{
« no previous file with comments | « src/DefaultWebRequest.h ('k') | src/Platform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld