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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (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
« no previous file with comments | « chrome/test/remoting/waiter.h ('k') | chrome/utility/extensions/extensions_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/chrome_content_utility_client.h
diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
index a84e6b50d221cc91af1782b377621109db3d2525..91ed9ff1b54e2f31fcdb30b3baf996e06ccfdab1 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -26,8 +26,8 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
ChromeContentUtilityClient();
virtual ~ChromeContentUtilityClient();
- virtual void UtilityThreadStarted() override;
- virtual bool OnMessageReceived(const IPC::Message& message) override;
+ void UtilityThreadStarted() override;
+ bool OnMessageReceived(const IPC::Message& message) override;
static void PreSandboxStartup();
« no previous file with comments | « chrome/test/remoting/waiter.h ('k') | chrome/utility/extensions/extensions_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698