| Index: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm
|
| index cf4c6f5c54f5dc6cdf849d0e4a5b843c7069da10..5acdfbe0b13682e43af822848eb49ce10ee58055 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_controller_unittest.mm
|
| @@ -40,7 +40,7 @@ class ManagePasswordsBubbleConfirmationViewControllerTest
|
| public:
|
| ManagePasswordsBubbleConfirmationViewControllerTest() : controller_(nil) {}
|
|
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| ManagePasswordsControllerTest::SetUp();
|
| delegate_.reset(
|
| [[ManagePasswordsBubbleContentViewTestDelegate alloc] init]);
|
|
|