| Index: ios/web/public/origin_util.mm
|
| diff --git a/ios/web/public/origin_util.mm b/ios/web/public/origin_util.mm
|
| index de1d59453d85136b1f57a3a989edfbd1c99fd39e..96ed012d62ed5ab46f44c24918564873dc1f6ac1 100644
|
| --- a/ios/web/public/origin_util.mm
|
| +++ b/ios/web/public/origin_util.mm
|
| @@ -12,6 +12,10 @@
|
| #include "url/gurl.h"
|
| #include "url/scheme_host_port.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| bool IsOriginSecure(const GURL& url) {
|
|
|