| 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 b0f4b94b54640dfd1d0222c03de5890d0f1c7feb..a1493878f535560da8cb5027c6662032084c85ec 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_formatter/url_fixer.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"
|
| @@ -508,7 +508,7 @@
|
| #if defined(ENABLE_CONFIGURATION_POLICY)
|
| policy::URLBlacklist::SegmentURLCallback callback =
|
| static_cast<policy::URLBlacklist::SegmentURLCallback>(
|
| - url_formatter::SegmentURL);
|
| + url_fixer::SegmentURL);
|
| base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
|
| scoped_refptr<base::SequencedTaskRunner> background_task_runner =
|
| pool->GetSequencedTaskRunner(pool->GetSequenceToken());
|
|
|