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

Unified Diff: test/BaseJsTest.h

Issue 29508591: Issue 5450 - don't expose std::shared_ptr<FilterEngine> (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Aug. 7, 2017, 8:46 a.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 | « src/Platform.cpp ('k') | test/BaseJsTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/BaseJsTest.h
diff --git a/test/BaseJsTest.h b/test/BaseJsTest.h
index 9b4926b28e614690adf89320daa70addd76e2e91..65be76d48afe225d3a34a08d201cb6cf79c7a1d2 100644
--- a/test/BaseJsTest.h
+++ b/test/BaseJsTest.h
@@ -219,7 +219,7 @@ public:
Scheduler scheduler;
};
-AdblockPlus::FilterEnginePtr CreateFilterEngine(LazyFileSystem& fileSystem,
+AdblockPlus::FilterEngine& CreateFilterEngine(LazyFileSystem& fileSystem,
AdblockPlus::Platform& paltform,
const AdblockPlus::FilterEngine::CreationParameters& creationParams = AdblockPlus::FilterEngine::CreationParameters());
« no previous file with comments | « src/Platform.cpp ('k') | test/BaseJsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld