Convert indirect uses of TestingFactoryFunction
TestingFactoryFunction is a simple function pointer. It is deprecated in favor of TestingFactory which is a Callback<>. Convert indirect uses by using base::BindRepeating() in all invocation of SetTestingFactory/AddTestingFactory. This converts uses in src//chrome/browser/browsing_data. This CL was uploaded by git cl split. R=markusheintz@chromium.org Bug: 809610 Change-Id: Ie7a9a867b2214dd56e7c54fcf8328dc02cc0b4ea Reviewed-on: https://chromium-review.googlesource.com/c/1258361 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#601643}
Showing
Please register or sign in to comment