| 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 5c46a4b4a96b37c7feff06c14ebbe31b48728e3f..37887a75023072ed8cfb1572dd66b7695857fb75 100644
|
| --- a/remoting/client/plugin/pepper_port_allocator.h
|
| +++ b/remoting/client/plugin/pepper_port_allocator.h
|
| @@ -32,7 +32,7 @@ class PepperPortAllocator : public cricket::HttpPortAllocatorBase {
|
| const std::string& content_name,
|
| int component,
|
| const std::string& ice_username_fragment,
|
| - const std::string& ice_password) OVERRIDE;
|
| + const std::string& ice_password) override;
|
|
|
| private:
|
| PepperPortAllocator(
|
|
|