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

Unified Diff: chrome/browser/extensions/webstore_inline_installer_unittest.cc

Issue 666153002: Standardize usage of virtual/override/final in chrome/browser/extensions/ (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/extensions/webstore_inline_installer_unittest.cc
diff --git a/chrome/browser/extensions/webstore_inline_installer_unittest.cc b/chrome/browser/extensions/webstore_inline_installer_unittest.cc
index 91cdf91bcda905656f4065241e7a5d74377adb76..a5153f8f2d96d84867ba53da638a7c610b1e9d4c 100644
--- a/chrome/browser/extensions/webstore_inline_installer_unittest.cc
+++ b/chrome/browser/extensions/webstore_inline_installer_unittest.cc
@@ -28,7 +28,7 @@ class TestWebstoreInlineInstaller : public WebstoreInlineInstaller {
}
protected:
- virtual ~TestWebstoreInlineInstaller();
+ ~TestWebstoreInlineInstaller() override;
};
void TestInstallerCallback(bool success,

Powered by Google App Engine
This is Rietveld 408576698