| Index: chrome/browser/ui/passwords/manage_passwords_test.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_test.h b/chrome/browser/ui/passwords/manage_passwords_test.h
|
| index 8829250129f55f1cc4beb8efd1734c096e39ad76..0a777e88d95b08d938a4658dc9c1929bf7a7ab00 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_test.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_test.h
|
| @@ -22,7 +22,7 @@ class ManagePasswordsTest : public InProcessBrowserTest {
|
| ManagePasswordsTest() {}
|
|
|
| // InProcessBrowserTest:
|
| - virtual void SetUpOnMainThread() override;
|
| + void SetUpOnMainThread() override;
|
|
|
| // Get the mock UI controller for the current WebContents.
|
| ManagePasswordsUIControllerMock* controller();
|
|
|