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

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

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/autofill/password_generation_popup_view_browsertest.cc
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
index 4e1c1185cafd5c14733acb409ebe7f1e7f9a70cc..67bcc377e27217a1112380285041d3b7ef7aa1ff 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
@@ -30,7 +30,7 @@ class TestPasswordGenerationPopupController :
web_contents,
native_view) {}
- virtual ~TestPasswordGenerationPopupController() {}
+ ~TestPasswordGenerationPopupController() override {}
PasswordGenerationPopupView* view() {
return view_;
@@ -39,7 +39,7 @@ class TestPasswordGenerationPopupController :
class PasswordGenerationPopupViewTest : public InProcessBrowserTest {
public:
- virtual void SetUpOnMainThread() override {
+ void SetUpOnMainThread() override {
gfx::NativeView native_view =
browser()->tab_strip_model()->GetActiveWebContents()->GetNativeView();

Powered by Google App Engine
This is Rietveld 408576698