Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6015)

Unified Diff: chrome/renderer/autofill/password_autofill_agent_browsertest.cc

Issue 679273002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/autofill/password_autofill_agent_browsertest.cc
diff --git a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
index 2168e4b08bfb2069bd0cd1e67c32383354a67d1c..451b1fc527b3e895a4cef0737486c77e0e63387e 100644
--- a/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
+++ b/chrome/renderer/autofill/password_autofill_agent_browsertest.cc
@@ -186,7 +186,7 @@ class PasswordAutofillAgentTest : public ChromeRenderViewTest {
->DidFinishLoad(GetMainFrame());
}
- virtual void SetUp() {
+ void SetUp() override {
ChromeRenderViewTest::SetUp();
// Add a preferred login and an additional login to the FillData.
@@ -233,7 +233,7 @@ class PasswordAutofillAgentTest : public ChromeRenderViewTest {
UpdateUsernameAndPasswordElements();
}
- virtual void TearDown() {
+ void TearDown() override {
username_element_.reset();
password_element_.reset();
ChromeRenderViewTest::TearDown();

Powered by Google App Engine
This is Rietveld 408576698