| Index: ios/web_view/internal/cwv_url_request_context_getter.mm
|
| diff --git a/ios/web_view/internal/criwv_url_request_context_getter.mm b/ios/web_view/internal/cwv_url_request_context_getter.mm
|
| similarity index 95%
|
| rename from ios/web_view/internal/criwv_url_request_context_getter.mm
|
| rename to ios/web_view/internal/cwv_url_request_context_getter.mm
|
| index 28433fa5ce591337c8fba8ce7b7d23c71af93885..1377a1f804305ded9c7b979e2b00c987e50cfe7e 100644
|
| --- a/ios/web_view/internal/criwv_url_request_context_getter.mm
|
| +++ b/ios/web_view/internal/cwv_url_request_context_getter.mm
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ios/web_view/internal/criwv_url_request_context_getter.h"
|
| +#include "ios/web_view/internal/cwv_url_request_context_getter.h"
|
|
|
| #include <utility>
|
|
|
| @@ -43,7 +43,7 @@
|
|
|
| namespace ios_web_view {
|
|
|
| -CRIWVURLRequestContextGetter::CRIWVURLRequestContextGetter(
|
| +CWVURLRequestContextGetter::CWVURLRequestContextGetter(
|
| const base::FilePath& base_path,
|
| const scoped_refptr<base::SingleThreadTaskRunner>& network_task_runner,
|
| const scoped_refptr<base::SingleThreadTaskRunner>& file_task_runner,
|
| @@ -55,9 +55,9 @@ CRIWVURLRequestContextGetter::CRIWVURLRequestContextGetter(
|
| proxy_config_service_(new net::ProxyConfigServiceIOS),
|
| net_log_(new net::NetLog()) {}
|
|
|
| -CRIWVURLRequestContextGetter::~CRIWVURLRequestContextGetter() {}
|
| +CWVURLRequestContextGetter::~CWVURLRequestContextGetter() {}
|
|
|
| -net::URLRequestContext* CRIWVURLRequestContextGetter::GetURLRequestContext() {
|
| +net::URLRequestContext* CWVURLRequestContextGetter::GetURLRequestContext() {
|
| DCHECK(network_task_runner_->BelongsToCurrentThread());
|
|
|
| if (!url_request_context_) {
|
| @@ -159,7 +159,7 @@ net::URLRequestContext* CRIWVURLRequestContextGetter::GetURLRequestContext() {
|
| }
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner>
|
| -CRIWVURLRequestContextGetter::GetNetworkTaskRunner() const {
|
| +CWVURLRequestContextGetter::GetNetworkTaskRunner() const {
|
| return network_task_runner_;
|
| }
|
|
|
|
|