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

Unified Diff: content/browser/download/drag_download_file_browsertest.cc

Issue 678073006: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bogus formatting 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: content/browser/download/drag_download_file_browsertest.cc
diff --git a/content/browser/download/drag_download_file_browsertest.cc b/content/browser/download/drag_download_file_browsertest.cc
index 9c53300ad9de1cd6c03103df4a31beadc8578d4c..0b1de7d6fcd510c0eeb49215050015d93c22d244 100644
--- a/content/browser/download/drag_download_file_browsertest.cc
+++ b/content/browser/download/drag_download_file_browsertest.cc
@@ -49,7 +49,7 @@ class MockDownloadFileObserver : public ui::DownloadFileObserver {
class DragDownloadFileTest : public ContentBrowserTest {
public:
DragDownloadFileTest() {}
- virtual ~DragDownloadFileTest() {}
+ ~DragDownloadFileTest() override {}
void Succeed() {
BrowserThread::PostTask(BrowserThread::UI,
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/browser/download/file_metadata_unittest_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698