| Index: ios/web/public/test/test_web_client.h
|
| diff --git a/ios/web/public/test/test_web_client.h b/ios/web/public/test/test_web_client.h
|
| index 662e7398f7e4a96e4edba43ca42ae72366c4b98b..60d2a23fa1b9fc05765fbdb13ccbc06042ae4b10 100644
|
| --- a/ios/web/public/test/test_web_client.h
|
| +++ b/ios/web/public/test/test_web_client.h
|
| @@ -25,7 +25,7 @@ class TestWebClient : public web::WebClient {
|
| void AddAdditionalSchemes(std::vector<url::SchemeWithType>*) const override;
|
| // Returns true for kTestWebUIScheme URL scheme.
|
| bool IsAppSpecificURL(const GURL& url) const override;
|
| - base::RefCountedStaticMemory* GetDataResourceBytes(int id) const override;
|
| + base::RefCountedMemory* GetDataResourceBytes(int id) const override;
|
| NSString* GetEarlyPageScript() const override;
|
| void AllowCertificateError(WebState*,
|
| int cert_error,
|
|
|