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: rebase Created Aug. 7, 2017, 1:08 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 | « 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 e58fe6ccd5f094a3859dfd41fe2f216dc5dd979e..f112b85fad6a2dd862c4dc0d5db554a5b4c79a76 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& platform,
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