| Index: remoting/client/plugin/pepper_port_allocator.cc
|
| diff --git a/remoting/client/plugin/pepper_port_allocator.cc b/remoting/client/plugin/pepper_port_allocator.cc
|
| index db47a62cbffc4559c1d10a00e6d204a038ba5572..e03d0501802ceb72ac6dae3b8e5f8359e3a704b9 100644
|
| --- a/remoting/client/plugin/pepper_port_allocator.cc
|
| +++ b/remoting/client/plugin/pepper_port_allocator.cc
|
| @@ -40,9 +40,9 @@ class PepperPortAllocatorSession
|
| virtual ~PepperPortAllocatorSession();
|
|
|
| // cricket::HttpPortAllocatorBase overrides.
|
| - virtual void ConfigReady(cricket::PortConfiguration* config) OVERRIDE;
|
| - virtual void GetPortConfigurations() OVERRIDE;
|
| - virtual void SendSessionRequest(const std::string& host, int port) OVERRIDE;
|
| + virtual void ConfigReady(cricket::PortConfiguration* config) override;
|
| + virtual void GetPortConfigurations() override;
|
| + virtual void SendSessionRequest(const std::string& host, int port) override;
|
|
|
| private:
|
| void OnUrlOpened(int32_t result);
|
|
|