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

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

Issue 629463003: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[w-z]* (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 bf4d86935ecae5128d0aaf53a61f3ac64df4135b..52fa56e23d0bbae6bbcaca449ecb41cf7d0f5a31 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;
+ virtual 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