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

Unified Diff: chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (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/cocoa/infobars/confirm_infobar_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm b/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm
index 6a8c6e3210dad01c461b2c81e357152b11929b0f..88f4f2d80f80bf63ee87f98b39c187e49d785cc1 100644
--- a/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/infobars/confirm_infobar_controller_unittest.mm
@@ -130,7 +130,7 @@ class ConfirmInfoBarControllerTest : public CocoaProfileTest,
bool closed_delegate_link_clicked_;
private:
- virtual void OnInfoBarDelegateClosed() override {
+ void OnInfoBarDelegateClosed() override {
closed_delegate_ok_clicked_ = delegate()->ok_clicked();
closed_delegate_cancel_clicked_ = delegate()->cancel_clicked();
closed_delegate_link_clicked_ = delegate()->link_clicked();

Powered by Google App Engine
This is Rietveld 408576698