| Index: chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
|
| index 9453b5b16c1316324e7c4f57ef0825ece4c99ef6..1eb16c2f927e6a5e8711dcfff8df8878fb955526 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
|
| @@ -46,7 +46,7 @@ class ManagePasswordsUIControllerTest : public ChromeRenderViewHostTestHarness {
|
| public:
|
| ManagePasswordsUIControllerTest() {}
|
|
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| ChromeRenderViewHostTestHarness::SetUp();
|
|
|
| // Create the test UIController here so that it's bound to
|
|
|