| Index: chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h b/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
|
| index 94682ac8d6a9e005bf6eab1adcc92d1c9d99b877..70bb40a75213432f371ede98e340895d2b79b136 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_controller_test.h
|
| @@ -19,7 +19,7 @@ class ManagePasswordsControllerTest : public CocoaProfileTest {
|
| public:
|
| ManagePasswordsControllerTest();
|
| virtual ~ManagePasswordsControllerTest();
|
| - virtual void SetUp() OVERRIDE;
|
| + virtual void SetUp() override;
|
|
|
| ManagePasswordsUIControllerMock* ui_controller() { return ui_controller_; }
|
| ManagePasswordsBubbleModel* model();
|
|
|