| Index: chrome/browser/password_manager/password_manager_browsertest.cc
|
| diff --git a/chrome/browser/password_manager/password_manager_browsertest.cc b/chrome/browser/password_manager/password_manager_browsertest.cc
|
| index 95bb15a61f3eb50c7b5c6d22f2c46af783d3a6e1..8a89f376b537cf06a48f935c2010deaacc96d71c 100644
|
| --- a/chrome/browser/password_manager/password_manager_browsertest.cc
|
| +++ b/chrome/browser/password_manager/password_manager_browsertest.cc
|
| @@ -3020,7 +3020,7 @@ IN_PROC_BROWSER_TEST_F(PasswordManagerBrowserTestBase, ReattachWebContents) {
|
| // frame.
|
| EXPECT_LT(1u, detached_web_contents->GetAllFrames().size());
|
|
|
| - auto tab_strip_model = browser()->tab_strip_model();
|
| + auto* tab_strip_model = browser()->tab_strip_model();
|
| // Check that the autofill and password manager driver factories are notified
|
| // about all frames, not just the main one. The factories should receive
|
| // messages for non-main frames, in particular
|
|
|