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

Unified Diff: chrome/browser/apps/drive/drive_app_provider_browsertest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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/apps/drive/drive_app_provider_browsertest.cc
diff --git a/chrome/browser/apps/drive/drive_app_provider_browsertest.cc b/chrome/browser/apps/drive/drive_app_provider_browsertest.cc
index 4adac22cae5193af4737686df4adec4d99d636e6..b38283efb2d2aaabf26ca88924d157325200b4cc 100644
--- a/chrome/browser/apps/drive/drive_app_provider_browsertest.cc
+++ b/chrome/browser/apps/drive/drive_app_provider_browsertest.cc
@@ -91,7 +91,7 @@ class DriveAppProviderTest : public ExtensionBrowserTest,
public extensions::InstallObserver {
public:
DriveAppProviderTest() {}
- virtual ~DriveAppProviderTest() {}
+ ~DriveAppProviderTest() override {}
// ExtensionBrowserTest:
void SetUpOnMainThread() override {
« no previous file with comments | « chrome/browser/apps/drive/drive_app_mapping_unittest.cc ('k') | chrome/browser/apps/ephemeral_app_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698