| 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 b8db2b3dba581c82a5f3ca06bfe3b16911fee276..bf7e2a92f7589b28965568bc8aaf6e634ba4f85c 100644
 | 
| --- a/chrome/browser/profiles/profile_io_data.cc
 | 
| +++ b/chrome/browser/profiles/profile_io_data.cc
 | 
| @@ -58,7 +58,7 @@
 | 
|  #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h"
 | 
|  #include "components/dom_distiller/core/url_constants.h"
 | 
|  #include "components/sync_driver/pref_names.h"
 | 
| -#include "components/url_fixer/url_fixer.h"
 | 
| +#include "components/url_formatter/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"
 | 
| @@ -511,7 +511,7 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) {
 | 
|  #if defined(ENABLE_CONFIGURATION_POLICY)
 | 
|    policy::URLBlacklist::SegmentURLCallback callback =
 | 
|        static_cast<policy::URLBlacklist::SegmentURLCallback>(
 | 
| -          url_fixer::SegmentURL);
 | 
| +          url_formatter::SegmentURL);
 | 
|    base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
 | 
|    scoped_refptr<base::SequencedTaskRunner> background_task_runner =
 | 
|        pool->GetSequencedTaskRunner(pool->GetSequenceToken());
 | 
| 
 |