| Index: include/AdblockPlus/Platform.h |
| diff --git a/include/AdblockPlus/Platform.h b/include/AdblockPlus/Platform.h |
| index 7956b2ee10553d719cea9e3be780ba1ac394204c..be1302b725aee0c0fe9654923328fabf575665b5 100644 |
| --- a/include/AdblockPlus/Platform.h |
| +++ b/include/AdblockPlus/Platform.h |
| @@ -38,12 +38,12 @@ namespace AdblockPlus |
| /** |
| * A factory to construct DefaultFileSystem. |
| */ |
| - FileSystemPtr CreateDefaultFileSystem(const Scheduler& scheduler); |
| + FileSystemPtr CreateDefaultFileSystem(const Scheduler& scheduler, const std::string& basePath = std::string()); |
| /** |
| * A factory to construct DefaultWebRequest. |
| */ |
| - WebRequestPtr CreateDefaultWebRequest(const Scheduler& scheduler); |
| + WebRequestPtr CreateDefaultWebRequest(const Scheduler& scheduler, WebRequestSyncPtr syncImpl = nullptr); |
| /** |
| * A factory to construct LogSystem. |