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

Unified Diff: remoting/host/chromium_port_allocator_factory.h

Issue 667123002: Standardize usage of virtual/override/final in remoting/ (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 | « remoting/host/cast_video_capturer_adapter.h ('k') | remoting/host/chromoting_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/chromium_port_allocator_factory.h
diff --git a/remoting/host/chromium_port_allocator_factory.h b/remoting/host/chromium_port_allocator_factory.h
index 8d07e8836949984c427851cec2fa9d67db2a74a6..85b58d27e9d1f71cd7f1819595cbe281e96fdfa7 100644
--- a/remoting/host/chromium_port_allocator_factory.h
+++ b/remoting/host/chromium_port_allocator_factory.h
@@ -26,7 +26,7 @@ class ChromiumPortAllocatorFactory
scoped_refptr<net::URLRequestContextGetter> url_request_context_getter);
// webrtc::PortAllocatorFactoryInterface implementation.
- virtual cricket::PortAllocator* CreatePortAllocator(
+ cricket::PortAllocator* CreatePortAllocator(
const std::vector<StunConfiguration>& stun_servers,
const std::vector<TurnConfiguration>& turn_configurations) override;
@@ -34,7 +34,7 @@ class ChromiumPortAllocatorFactory
ChromiumPortAllocatorFactory(
const protocol::NetworkSettings& network_settings,
scoped_refptr<net::URLRequestContextGetter> url_request_context_getter);
- virtual ~ChromiumPortAllocatorFactory();
+ ~ChromiumPortAllocatorFactory() override;
private:
const protocol::NetworkSettings& network_settings_;
« no previous file with comments | « remoting/host/cast_video_capturer_adapter.h ('k') | remoting/host/chromoting_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698