| Index: chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
|
| index d57b18ab1429750193e417e0c4981d208a903670..c56997e0a542f86ece49a1e0b3c7fbc235810be2 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc
|
| @@ -79,9 +79,9 @@ class AutofillPopupControllerBrowserTest
|
| ASSERT_TRUE(web_contents != NULL);
|
| Observe(web_contents);
|
|
|
| - ContentAutofillDriver* driver =
|
| + ContentAutofillDriver* driver = static_cast<ContentAutofillDriver*>(
|
| ContentAutofillDriverFactory::FromWebContents(web_contents)
|
| - ->DriverForFrame(web_contents->GetMainFrame());
|
| + ->DriverForFrame(web_contents->GetMainFrame()));
|
| autofill_external_delegate_.reset(
|
| new TestAutofillExternalDelegate(
|
| web_contents,
|
|
|