| Index: ios/web_view/internal/criwv_web_client.mm
|
| diff --git a/ios/web_view/internal/criwv_web_client.mm b/ios/web_view/internal/criwv_web_client.mm
|
| index 87bef98599b614041b8056d58c94bf44baf21277..fd3d19e5434d2db34dcd66f0a7890a3b6723ba76 100644
|
| --- a/ios/web_view/internal/criwv_web_client.mm
|
| +++ b/ios/web_view/internal/criwv_web_client.mm
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "ios/web/public/user_agent.h"
|
| -#include "ios/web_view/internal/criwv_browser_state.h"
|
| #import "ios/web_view/internal/criwv_web_main_parts.h"
|
| +#include "ios/web_view/internal/cwv_browser_state.h"
|
| #import "ios/web_view/public/cwv_delegate.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| @@ -26,11 +26,11 @@ web::WebMainParts* CRIWVWebClient::CreateWebMainParts() {
|
| return web_main_parts_;
|
| }
|
|
|
| -CRIWVBrowserState* CRIWVWebClient::browser_state() const {
|
| +CWVBrowserState* CRIWVWebClient::browser_state() const {
|
| return web_main_parts_->browser_state();
|
| }
|
|
|
| -CRIWVBrowserState* CRIWVWebClient::off_the_record_browser_state() const {
|
| +CWVBrowserState* CRIWVWebClient::off_the_record_browser_state() const {
|
| return web_main_parts_->off_the_record_browser_state();
|
| }
|
|
|
|
|