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

Unified Diff: chrome/test/base/web_ui_browser_test.h

Issue 679273002: 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/test/base/web_ui_browser_test.h
diff --git a/chrome/test/base/web_ui_browser_test.h b/chrome/test/base/web_ui_browser_test.h
index 5784e1045fec1ba851e3d8ca56fd490cacc99f68..ab9223e49cef1a3faea3b8eb9edd0f3402443731 100644
--- a/chrome/test/base/web_ui_browser_test.h
+++ b/chrome/test/base/web_ui_browser_test.h
@@ -39,7 +39,7 @@ class WebUITestHandler;
// and the lone test within this class.
class WebUIBrowserTest : public JavaScriptBrowserTest {
public:
- virtual ~WebUIBrowserTest();
+ ~WebUIBrowserTest() override;
// Runs a javascript function in the context of all libraries.
// Note that calls to functions in test_api.js are not supported.
« no previous file with comments | « chrome/test/base/view_event_test_platform_part_ash.cc ('k') | chrome/test/base/web_ui_browser_test_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698