Index: chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc |
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc |
index adb385bf529f5c118e649e243aba31a5827d4a7b..b5ee97a9dbe590ce03143a931bbbceb078cd3374 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc |
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc |
@@ -25,7 +25,7 @@ class ManagePasswordsBubbleModelTest : public testing::Test { |
content::WebContentsTester::CreateTestWebContents(&profile_, |
NULL)) {} |
- virtual void SetUp() OVERRIDE { |
+ virtual void SetUp() override { |
// Create the test UIController here so that it's bound to |
// |test_web_contents_| and therefore accessible to the model. |
new ManagePasswordsUIControllerMock(test_web_contents_.get()); |
@@ -33,7 +33,7 @@ class ManagePasswordsBubbleModelTest : public testing::Test { |
model_.reset(new ManagePasswordsBubbleModel(test_web_contents_.get())); |
} |
- virtual void TearDown() OVERRIDE { model_.reset(); } |
+ virtual void TearDown() override { model_.reset(); } |
void PretendPasswordWaiting() { |
model_->set_state(password_manager::ui::PENDING_PASSWORD_AND_BUBBLE_STATE); |