Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestingPrefServiceSyncable
constructor improved
The constructor for `TestingPrefServiceSyncable` is now taking smart pointers, rather than just taking ownership through pointers. This change corrects the construction in the codebase of `TestingPrefServiceSyncable`. Chromium change: https://chromium.googlesource.com/chromium/src/+/a154c5ff0d5e12360f6080ef552b09c1979ca27b commit a154c5ff0d5e12360f6080ef552b09c1979ca27b Author: Victor Hugo Vianna Silva <victorvianna@google.com> Date: Wed Nov 29 09:40:50 2023 +0000 Improve TestingPrefServiceBase arguments ownership Test-only change. Instead of having the constructor take ownership of raw pointers, take scoped_refptr<> / unique_ptr<> as arguments in the first place. Bug: None
- Loading branch information