| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 97b27a27540f8fd4298a4dcf98bde4e35c0155aa..ab7fc1add8b29712ee97fdec61409e955354c196 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -47,11 +47,11 @@
|
| #include "chrome/browser/signin/signin_names_io_thread.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| -#include "chrome/common/net/url_fixer_upper.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "components/startup_metric_utils/startup_metric_utils.h"
|
| #include "components/sync_driver/pref_names.h"
|
| +#include "components/url_fixer/url_fixer.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/host_zoom_map.h"
|
| #include "content/public/browser/notification_service.h"
|
| @@ -441,7 +441,7 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) {
|
| #if defined(ENABLE_CONFIGURATION_POLICY)
|
| policy::URLBlacklist::SegmentURLCallback callback =
|
| static_cast<policy::URLBlacklist::SegmentURLCallback>(
|
| - URLFixerUpper::SegmentURL);
|
| + url_fixer::SegmentURL);
|
| base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
|
| scoped_refptr<base::SequencedTaskRunner> background_task_runner =
|
| pool->GetSequencedTaskRunner(pool->GetSequenceToken());
|
|
|