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

Unified Diff: chrome/browser/ui/webui/options/options_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/options/options_browsertest.h
diff --git a/chrome/browser/ui/webui/options/options_browsertest.h b/chrome/browser/ui/webui/options/options_browsertest.h
index 638a57b36ba4aca76f9da000cc1cb2c29325b9e8..9dd0aec41c3c398c1af454022aaf08cc657d9a8d 100644
--- a/chrome/browser/ui/webui/options/options_browsertest.h
+++ b/chrome/browser/ui/webui/options/options_browsertest.h
@@ -16,7 +16,7 @@ class OptionsBrowserTest : public WebUIBrowserTest,
public content::WebUIMessageHandler {
public:
OptionsBrowserTest();
- virtual ~OptionsBrowserTest();
+ ~OptionsBrowserTest() override;
protected:
// Clears the preference at the given |path|.

Powered by Google App Engine
This is Rietveld 408576698