| Index: chrome/browser/autofill/autofill_interactive_uitest.cc
|
| diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| index 0fd37af1cf51b82d32725220bb0f308d279a1bac..5820556ceffac44fbfc57ecb3a0ff558aae6eb46 100644
|
| --- a/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| +++ b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| @@ -1276,7 +1276,7 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, AutofillAfterReload) {
|
|
|
| // Reload the page.
|
| content::WebContents* web_contents = GetWebContents();
|
| - web_contents->GetController().Reload(false);
|
| + web_contents->GetController().Reload(content::ReloadType::NORMAL, false);
|
| content::WaitForLoadStop(web_contents);
|
|
|
| // Invoke Autofill.
|
|
|