| Index: ios/web/public/test/http_server/response_provider.mm
|
| diff --git a/ios/web/public/test/http_server/response_provider.mm b/ios/web/public/test/http_server/response_provider.mm
|
| index 0c69529aaf74939f0ef43582c62d228bf4f1e901..6759ec69b439cbb38137a7769914bc8077d02e2e 100644
|
| --- a/ios/web/public/test/http_server/response_provider.mm
|
| +++ b/ios/web/public/test/http_server/response_provider.mm
|
| @@ -7,6 +7,10 @@
|
| #include "base/strings/stringprintf.h"
|
| #include "net/http/http_response_headers.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| ResponseProvider::Request::Request(const GURL& url,
|
|
|