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 87ee1874a1121fdc09d28bb63e8588c70b588d8d..11e562c212202348611c86e7d601ea8920b8d1e5 100644 |
--- a/chrome/browser/autofill/autofill_interactive_uitest.cc |
+++ b/chrome/browser/autofill/autofill_interactive_uitest.cc |
@@ -1007,7 +1007,7 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, AutofillAfterTranslate) { |
infobar_observer.Wait(); |
InfoBarService* infobar_service = |
InfoBarService::FromWebContents(GetWebContents()); |
- TranslateInfoBarDelegate* delegate = |
+ translate::TranslateInfoBarDelegate* delegate = |
infobar_service->infobar_at(0)->delegate()->AsTranslateInfoBarDelegate(); |
ASSERT_TRUE(delegate); |
EXPECT_EQ(translate::TRANSLATE_STEP_BEFORE_TRANSLATE, |