| 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_;
|
|
|