| Index: remoting/client/plugin/pepper_port_allocator.h
|
| diff --git a/remoting/client/plugin/pepper_port_allocator.h b/remoting/client/plugin/pepper_port_allocator.h
|
| index 37887a75023072ed8cfb1572dd66b7695857fb75..c6c3de74b496c96bc4d480da11d62dc2ba470c76 100644
|
| --- a/remoting/client/plugin/pepper_port_allocator.h
|
| +++ b/remoting/client/plugin/pepper_port_allocator.h
|
| @@ -25,10 +25,10 @@ class PepperPortAllocator : public cricket::HttpPortAllocatorBase {
|
| public:
|
| static scoped_ptr<PepperPortAllocator> Create(
|
| const pp::InstanceHandle& instance);
|
| - virtual ~PepperPortAllocator();
|
| + ~PepperPortAllocator() override;
|
|
|
| // cricket::HttpPortAllocatorBase overrides.
|
| - virtual cricket::PortAllocatorSession* CreateSessionInternal(
|
| + cricket::PortAllocatorSession* CreateSessionInternal(
|
| const std::string& content_name,
|
| int component,
|
| const std::string& ice_username_fragment,
|
|
|