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

Unified Diff: include/AdblockPlus/LogSystem.h

Issue 29527821: Issue 5556 - Update to use libadblockplus revision hg:36e9993fa36c (Closed)
Patch Set: Created Aug. 25, 2017, 6:12 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/JsValue.h ('k') | include/AdblockPlus/Notification.h » ('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..7941f4c758ab39c87c08200d9f4a2aa09fb45d60 100644
--- a/include/AdblockPlus/LogSystem.h
+++ b/include/AdblockPlus/LogSystem.h
@@ -1,6 +1,6 @@
/*
* This file is part of Adblock Plus <https://adblockplus.org/>,
- * Copyright (C) 2006-2017 eyeo GmbH
+ * Copyright (C) 2006-present eyeo GmbH
*
* Adblock Plus is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
@@ -48,9 +48,9 @@ namespace AdblockPlus
};
/**
- * Shared smart pointer to a `LogSystem` instance.
+ * Smart pointer to a `LogSystem` instance.
*/
- typedef std::shared_ptr<LogSystem> LogSystemPtr;
+ typedef std::unique_ptr<LogSystem> LogSystemPtr;
}
#endif
« no previous file with comments | « include/AdblockPlus/JsValue.h ('k') | include/AdblockPlus/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld