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

Unified Diff: remoting/host/it2me/it2me_native_messaging_host.h

Issue 823733002: Standardize usage of virtual/override/final specifiers in remoting/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/it2me_native_messaging_host.h
diff --git a/remoting/host/it2me/it2me_native_messaging_host.h b/remoting/host/it2me/it2me_native_messaging_host.h
index ba4b6e6c31bd86dc9e35d1b212473d1f4ab2b13b..0603c1a86cfdfa9fa29ee1cbefd2db1adfc5debb 100644
--- a/remoting/host/it2me/it2me_native_messaging_host.h
+++ b/remoting/host/it2me/it2me_native_messaging_host.h
@@ -27,7 +27,7 @@ class It2MeNativeMessagingHost : public It2MeHost::Observer,
It2MeNativeMessagingHost(
scoped_ptr<ChromotingHostContext> host_context,
scoped_ptr<It2MeHostFactory> host_factory);
- ~It2MeNativeMessagingHost();
+ ~It2MeNativeMessagingHost() override;
// extensions::NativeMessageHost implementation.
void OnMessage(const std::string& message) override;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698