| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index eb3077806a2ebb5e7d12ad227e4d48542848a26e..2e6026e058b778afb6d200cdaa28de8943d9db80 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -731,9 +731,9 @@ Profile::ProfileType ProfileImpl::GetProfileType() const {
|
|
|
| std::unique_ptr<content::ZoomLevelDelegate>
|
| ProfileImpl::CreateZoomLevelDelegate(const base::FilePath& partition_path) {
|
| - return base::WrapUnique(new ChromeZoomLevelPrefs(
|
| + return base::MakeUnique<ChromeZoomLevelPrefs>(
|
| GetPrefs(), GetPath(), partition_path,
|
| - zoom::ZoomEventManager::GetForBrowserContext(this)->GetWeakPtr()));
|
| + zoom::ZoomEventManager::GetForBrowserContext(this)->GetWeakPtr());
|
| }
|
|
|
| base::FilePath ProfileImpl::GetPath() const {
|
|
|