summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc')
-rw-r--r--chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc6
1 files changed, 3 insertions, 3 deletions
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 e294774..f9c27a8 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: