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

Unified Diff: chrome/browser/ui/webui/downloads_ui_browsertest.h

Issue 681823004: Standardize usage of virtual/override/final specifiers. (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/webui/downloads_ui_browsertest.h
diff --git a/chrome/browser/ui/webui/downloads_ui_browsertest.h b/chrome/browser/ui/webui/downloads_ui_browsertest.h
index 7b02787082f9182ca877d3dbd42cf026adb6e129..58e61817803669a7381640d36b8b2024e64a1228 100644
--- a/chrome/browser/ui/webui/downloads_ui_browsertest.h
+++ b/chrome/browser/ui/webui/downloads_ui_browsertest.h
@@ -11,7 +11,7 @@
class DownloadsUIBrowserTest : public WebUIBrowserTest {
public:
DownloadsUIBrowserTest();
- virtual ~DownloadsUIBrowserTest();
+ ~DownloadsUIBrowserTest() override;
protected:
// Sets the pref to allow or prohibit deleting history entries.

Powered by Google App Engine
This is Rietveld 408576698