| Index: ios/chrome/browser/autofill/form_suggestion_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/autofill/form_suggestion_controller_unittest.mm b/ios/chrome/browser/autofill/form_suggestion_controller_unittest.mm
|
| index e65903e05c6785b5cf395b74fd922f2b55531b69..2bbd34cebb1a77af2fe33f3aefd2a59ef0dea6ae 100644
|
| --- a/ios/chrome/browser/autofill/form_suggestion_controller_unittest.mm
|
| +++ b/ios/chrome/browser/autofill/form_suggestion_controller_unittest.mm
|
| @@ -157,7 +157,9 @@ class FormSuggestionControllerTest : public ChromeWebTest {
|
| }
|
|
|
| // Sets |url| to be current for WebState.
|
| - void SetCurrentUrl(const std::string& url) { LoadHtml(@"", GURL(url)); }
|
| + void SetCurrentUrl(const std::string& url) {
|
| + LoadHtml(@"<html></html>", GURL(url));
|
| + }
|
|
|
| // Swizzles the current web controller to set whether the content is HTML.
|
| void SetContentIsHtml(BOOL content_is_html) {
|
|
|