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

Unified Diff: include/AdblockPlus/LogSystem.h

Issue 29498576: Issue 4832 - remove API allowing changing of LogSystem after Initialization of JsEngine (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created July 26, 2017, 2:43 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/JsEngine.h ('k') | src/ConsoleJsObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/LogSystem.h
diff --git a/include/AdblockPlus/LogSystem.h b/include/AdblockPlus/LogSystem.h
index 6a71d5cfa98daf9390825e913143bf9f5b54f436..ec160cac9e7d7dde04299e6330e8ec9adc00698d 100644
--- a/include/AdblockPlus/LogSystem.h
+++ b/include/AdblockPlus/LogSystem.h
@@ -50,7 +50,7 @@ namespace AdblockPlus
/**
* Shared smart pointer to a `LogSystem` instance.
hub 2017/07/26 16:33:19 nit: it is no longer shared
sergei 2017/07/26 16:49:29 Done.
*/
- typedef std::shared_ptr<LogSystem> LogSystemPtr;
+ typedef std::unique_ptr<LogSystem> LogSystemPtr;
}
#endif
« no previous file with comments | « include/AdblockPlus/JsEngine.h ('k') | src/ConsoleJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld