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

Unified Diff: chrome/browser/ui/webui/options/options_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/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 04723fe31eb6f09d41c7764cf79d4d33e804ef95..638a57b36ba4aca76f9da000cc1cb2c29325b9e8 100644
--- a/chrome/browser/ui/webui/options/options_browsertest.h
+++ b/chrome/browser/ui/webui/options/options_browsertest.h
@@ -24,10 +24,10 @@ class OptionsBrowserTest : public WebUIBrowserTest,
private:
// WebUIMessageHandler implementation.
- virtual void RegisterMessages() override;
+ void RegisterMessages() override;
// WebUIBrowserTest implementation.
- virtual content::WebUIMessageHandler* GetMockMessageHandler() override;
+ content::WebUIMessageHandler* GetMockMessageHandler() override;
// A callback for the 'optionsTestReportHistory' message, this sends the
// URLs in the "back" tab history, including the current entry, back to the

Powered by Google App Engine
This is Rietveld 408576698