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

Unified Diff: include/AdblockPlus/DefaultFileSystem.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 | « android_x86/libv8_snapshot.a ('k') | include/AdblockPlus/FileSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/DefaultFileSystem.h
diff --git a/include/AdblockPlus/DefaultFileSystem.h b/include/AdblockPlus/DefaultFileSystem.h
index 0b25ceeda0fdf386944599afe09e24f7e028ed16..497daef94bef8eac987d61c90379097c4e3a1a8a 100644
--- a/include/AdblockPlus/DefaultFileSystem.h
+++ b/include/AdblockPlus/DefaultFileSystem.h
@@ -38,7 +38,7 @@ namespace AdblockPlus
{
public:
std::shared_ptr<std::istream> Read(const std::string& path) const;
- void Write(const std::string& path, std::shared_ptr<std::istream> data);
+ void Write(const std::string& path, std::istream& data);
void Move(const std::string& fromPath, const std::string& toPath);
void Remove(const std::string& path);
StatResult Stat(const std::string& path) const;
« no previous file with comments | « android_x86/libv8_snapshot.a ('k') | include/AdblockPlus/FileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld