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

Unified Diff: chrome/browser/ui/autofill/popup_controller_common_unittest.cc

Issue 681823004: 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/browser/ui/autofill/popup_controller_common_unittest.cc
diff --git a/chrome/browser/ui/autofill/popup_controller_common_unittest.cc b/chrome/browser/ui/autofill/popup_controller_common_unittest.cc
index 576d05561c7f5d313251a0fdc0f6cc1f6af61347..0319b07dbf5cada911ea7b3a2871ceb55615da75 100644
--- a/chrome/browser/ui/autofill/popup_controller_common_unittest.cc
+++ b/chrome/browser/ui/autofill/popup_controller_common_unittest.cc
@@ -15,7 +15,7 @@ namespace autofill {
class PopupControllerBaseTest : public ChromeRenderViewHostTestHarness {
public:
PopupControllerBaseTest() {}
- virtual ~PopupControllerBaseTest() {}
+ ~PopupControllerBaseTest() override {}
private:
DISALLOW_COPY_AND_ASSIGN(PopupControllerBaseTest);

Powered by Google App Engine
This is Rietveld 408576698