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

Unified Diff: chrome/browser/download/download_browsertest.h

Issue 665253002: Standardize usage of virtual/override/final in chrome/browser/download/ (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/download/download_browsertest.h
diff --git a/chrome/browser/download/download_browsertest.h b/chrome/browser/download/download_browsertest.h
index a75f1a53ea1070fa88b7fecd3cdcae7b16e60cfb..c1ef2271c10b9d6e7c9ddcaf7edd32fb38825c74 100644
--- a/chrome/browser/download/download_browsertest.h
+++ b/chrome/browser/download/download_browsertest.h
@@ -14,12 +14,12 @@ class DownloadTestObserverNotInProgress : public content::DownloadTestObserver {
public:
DownloadTestObserverNotInProgress(content::DownloadManager* download_manager,
size_t count);
- virtual ~DownloadTestObserverNotInProgress();
+ ~DownloadTestObserverNotInProgress() override;
void StartObserving();
private:
- virtual bool IsDownloadInFinalState(content::DownloadItem* download) override;
+ bool IsDownloadInFinalState(content::DownloadItem* download) override;
bool started_observing_;
« no previous file with comments | « chrome/browser/download/chrome_download_manager_delegate_unittest.cc ('k') | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698