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

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

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (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_supervised_browsertest.h
diff --git a/chrome/browser/ui/webui/downloads_ui_supervised_browsertest.h b/chrome/browser/ui/webui/downloads_ui_supervised_browsertest.h
index 52fa56e23d0bbae6bbcaca449ecb41cf7d0f5a31..ee60fc63712e8d820d3545a929a8a5b16e8ddfeb 100644
--- a/chrome/browser/ui/webui/downloads_ui_supervised_browsertest.h
+++ b/chrome/browser/ui/webui/downloads_ui_supervised_browsertest.h
@@ -10,7 +10,7 @@
class DownloadsWebUIForSupervisedUsersTest : public DownloadsUIBrowserTest {
public:
// InProcessBrowserTest implementation.
- virtual void SetUpCommandLine(base::CommandLine* command_line) override;
+ void SetUpCommandLine(base::CommandLine* command_line) override;
};
#endif // CHROME_BROWSER_UI_WEBUI_DOWNLOADS_UI_SUPERVISED_BROWSERTEST_H_

Powered by Google App Engine
This is Rietveld 408576698