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

Unified Diff: include/AdblockPlus/FileSystem.h

Issue 29421687: Noissue - updated to libadblockplus revision 2b0c6fd016be (Closed)
Patch Set: Created April 25, 2017, 1:16 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 | « include/AdblockPlus/DefaultFileSystem.h ('k') | include/AdblockPlus/FilterEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/FileSystem.h
diff --git a/include/AdblockPlus/FileSystem.h b/include/AdblockPlus/FileSystem.h
index 637832703e8e184f17241a93530ea338949529e5..97277a802fa9c1966e868086b22539a1db5a4229 100644
--- a/include/AdblockPlus/FileSystem.h
+++ b/include/AdblockPlus/FileSystem.h
@@ -81,7 +81,7 @@ namespace AdblockPlus
* @param data Input stream with the data to write.
*/
virtual void Write(const std::string& path,
- std::shared_ptr<std::istream> data) = 0;
+ std::istream& data) = 0;
/**
* Moves a file (i.e.\ renames it).
« no previous file with comments | « include/AdblockPlus/DefaultFileSystem.h ('k') | include/AdblockPlus/FilterEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld