| Index: ios/web_view/internal/criwv_web_client.h
|
| diff --git a/ios/web_view/internal/criwv_web_client.h b/ios/web_view/internal/criwv_web_client.h
|
| index a6960a9473ddbb23696c438a561d57855805b11c..09c236c165e4540e019fed70e105fce2b90ccd7d 100644
|
| --- a/ios/web_view/internal/criwv_web_client.h
|
| +++ b/ios/web_view/internal/criwv_web_client.h
|
| @@ -12,7 +12,7 @@
|
| @protocol CWVDelegate;
|
|
|
| namespace ios_web_view {
|
| -class CRIWVBrowserState;
|
| +class CWVBrowserState;
|
| class CRIWVWebMainParts;
|
|
|
| // CWV-specific implementation of WebClient. Delegates some functionality to
|
| @@ -28,9 +28,9 @@ class CRIWVWebClient : public web::WebClient {
|
| std::string GetUserAgent(bool desktop_user_agent) const override;
|
|
|
| // Normal browser state associated with the receiver.
|
| - CRIWVBrowserState* browser_state() const;
|
| + CWVBrowserState* browser_state() const;
|
| // Off the record browser state associated with the receiver.
|
| - CRIWVBrowserState* off_the_record_browser_state() const;
|
| + CWVBrowserState* off_the_record_browser_state() const;
|
|
|
| private:
|
| // This object's delegate.
|
|
|