| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 07347c516c17cf2924cfe0af97d3e81b0c7e7584..4c0ee449d8f2e94018118e8ebd0aa8dc73017a33 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -74,7 +74,6 @@
|
| #include "chrome/browser/ssl/chrome_ssl_host_state_delegate_factory.h"
|
| #include "chrome/browser/ui/startup/startup_browser_creator.h"
|
| #include "chrome/browser/ui/zoom/chrome_zoom_level_prefs.h"
|
| -#include "chrome/browser/ui/zoom/zoom_event_manager.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths_internal.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -94,6 +93,7 @@
|
| #include "components/metrics/metrics_service.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/startup_metric_utils/startup_metric_utils.h"
|
| +#include "components/ui/zoom/zoom_event_manager.h"
|
| #include "components/url_fixer/url_fixer.h"
|
| #include "components/user_prefs/user_prefs.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -852,7 +852,7 @@ scoped_ptr<content::ZoomLevelDelegate>
|
| ProfileImpl::CreateZoomLevelDelegate(const base::FilePath& partition_path) {
|
| return make_scoped_ptr(new chrome::ChromeZoomLevelPrefs(
|
| GetPrefs(), GetPath(), partition_path,
|
| - ZoomEventManager::GetForBrowserContext(this)->GetWeakPtr()));
|
| + components::ZoomEventManager::GetForBrowserContext(this)->GetWeakPtr()));
|
| }
|
|
|
| base::FilePath ProfileImpl::GetPath() const {
|
|
|