| 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 e29477477be84b65c97216cad533c25c71cb6baa..f9c27a8286e8aad291e8d8ebacd3734738dcb4ee 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
|
| @@ -90,11 +90,11 @@ class AutofillDialogViewsTest : public TestWithBrowserView {
|
|
|
| protected:
|
| void SetSectionsFocusable() {
|
| - dialog()->GetLoadingShieldForTesting()->set_focusable(true);
|
| + dialog()->GetLoadingShieldForTesting()->SetFocusable(true);
|
| // The sign in web view is not focusable until a web contents is created.
|
| // TODO(dbeam): figure out how to create a web contents on the right thread.
|
| - dialog()->GetNotificationAreaForTesting()->set_focusable(true);
|
| - dialog()->GetScrollableAreaForTesting()->set_focusable(true);
|
| + dialog()->GetNotificationAreaForTesting()->SetFocusable(true);
|
| + dialog()->GetScrollableAreaForTesting()->SetFocusable(true);
|
| }
|
|
|
| private:
|
|
|