| Index: ios/chrome/browser/web/http_auth_egtest.mm
|
| diff --git a/ios/chrome/browser/web/http_auth_egtest.mm b/ios/chrome/browser/web/http_auth_egtest.mm
|
| index 1cb4f43acd22e6198da3301a822a18669505ddde..1224c7ec060cf72c2fbdb75042376c2dcb82d0d8 100644
|
| --- a/ios/chrome/browser/web/http_auth_egtest.mm
|
| +++ b/ios/chrome/browser/web/http_auth_egtest.mm
|
| @@ -19,6 +19,10 @@
|
| #include "ui/base/l10n/l10n_util_mac.h"
|
| #include "url/gurl.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| using testing::WaitUntilConditionOrTimeout;
|
| using testing::kWaitForPageLoadTimeout;
|
| using chrome_test_util::WebViewContainingText;
|
|
|