| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 8eb70633218dcbcb8c79b44dd88e4df0bb2a89f6..aa9329ae6dc8057bc6029578ff7e559acad151c3 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -77,9 +77,9 @@
|
| #include "components/proxy_config/pref_proxy_config_tracker.h"
|
| #include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| -#include "components/ui/zoom/zoom_event_manager.h"
|
| #include "components/user_prefs/user_prefs.h"
|
| #include "components/webdata_services/web_data_service_wrapper.h"
|
| +#include "components/zoom/zoom_event_manager.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/cookie_store_factory.h"
|
| #include "content/public/browser/notification_service.h"
|
| @@ -634,7 +634,7 @@ std::unique_ptr<content::ZoomLevelDelegate>
|
| TestingProfile::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()));
|
| }
|
|
|
| scoped_refptr<base::SequencedTaskRunner> TestingProfile::GetIOTaskRunner() {
|
|
|