| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 7741c3884288bc29f918dcc91df8afa0020fdd04..52a76d5f9a76f00f6268b11d60bc150e0c163eab 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -101,10 +101,10 @@
|
| #include "components/signin/core/common/signin_pref_names.h"
|
| #include "components/ssl_config/ssl_config_service_manager.h"
|
| #include "components/syncable_prefs/pref_service_syncable.h"
|
| -#include "components/ui/zoom/zoom_event_manager.h"
|
| #include "components/url_formatter/url_fixer.h"
|
| #include "components/user_prefs/tracked/tracked_preference_validation_delegate.h"
|
| #include "components/user_prefs/user_prefs.h"
|
| +#include "components/zoom/zoom_event_manager.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/dom_storage_context.h"
|
| #include "content/public/browser/notification_service.h"
|
| @@ -712,7 +712,7 @@ std::unique_ptr<content::ZoomLevelDelegate>
|
| ProfileImpl::CreateZoomLevelDelegate(const base::FilePath& partition_path) {
|
| return base::WrapUnique(new ChromeZoomLevelPrefs(
|
| GetPrefs(), GetPath(), partition_path,
|
| - ui_zoom::ZoomEventManager::GetForBrowserContext(this)->GetWeakPtr()));
|
| + zoom::ZoomEventManager::GetForBrowserContext(this)->GetWeakPtr()));
|
| }
|
|
|
| base::FilePath ProfileImpl::GetPath() const {
|
|
|