Index: chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc |
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc |
index 92f0a6d681f2d93462a13907fcda13f35a1a8e8e..3ac3c8693840fac261b091fc4eae62308d5c5444 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc |
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc |
@@ -91,8 +91,10 @@ class AutofillDialogViewsTest : public TestWithBrowserView { |
protected: |
void SetSectionsFocusable() { |
- dialog()->GetNotificationAreaForTesting()->SetFocusable(true); |
- dialog()->GetScrollableAreaForTesting()->SetFocusable(true); |
+ dialog()->GetNotificationAreaForTesting()->SetFocusBehavior( |
+ views::View::FocusBehavior::ALWAYS); |
+ dialog()->GetScrollableAreaForTesting()->SetFocusBehavior( |
+ views::View::FocusBehavior::ALWAYS); |
} |
private: |