| Index: ios/web_view/internal/cwv_browser_state.mm
|
| diff --git a/ios/web_view/internal/cwv_browser_state.mm b/ios/web_view/internal/cwv_browser_state.mm
|
| index 4a83d771531f855049514deffdc31031e47de555..2891bda241eb28407d03b5984a6ce36dea14bf16 100644
|
| --- a/ios/web_view/internal/cwv_browser_state.mm
|
| +++ b/ios/web_view/internal/cwv_browser_state.mm
|
| @@ -18,7 +18,7 @@
|
| #include "components/translate/core/browser/translate_prefs.h"
|
| #include "components/translate/core/common/translate_pref_names.h"
|
| #include "ios/web/public/web_thread.h"
|
| -#include "ios/web_view/internal/criwv_url_request_context_getter.h"
|
| +#include "ios/web_view/internal/cwv_url_request_context_getter.h"
|
| #include "ios/web_view/internal/pref_names.h"
|
| #include "ui/base/l10n/l10n_util_mac.h"
|
|
|
| @@ -36,7 +36,7 @@ CWVBrowserState::CWVBrowserState(bool off_the_record)
|
| : web::BrowserState(), off_the_record_(off_the_record) {
|
| CHECK(PathService::Get(base::DIR_APP_DATA, &path_));
|
|
|
| - request_context_getter_ = new CRIWVURLRequestContextGetter(
|
| + request_context_getter_ = new CWVURLRequestContextGetter(
|
| GetStatePath(),
|
| web::WebThread::GetTaskRunnerForThread(web::WebThread::IO),
|
| web::WebThread::GetTaskRunnerForThread(web::WebThread::FILE),
|
|
|