| Index: remoting/test/fake_port_allocator.cc
|
| diff --git a/remoting/test/fake_port_allocator.cc b/remoting/test/fake_port_allocator.cc
|
| index 0a96f1e0f07ed0951f616020e371e2e20aedfc07..45d8f191fec9686422ade781b634734398247fd9 100644
|
| --- a/remoting/test/fake_port_allocator.cc
|
| +++ b/remoting/test/fake_port_allocator.cc
|
| @@ -27,8 +27,8 @@ class FakePortAllocatorSession
|
| virtual ~FakePortAllocatorSession();
|
|
|
| // cricket::HttpPortAllocatorBase overrides.
|
| - virtual void ConfigReady(cricket::PortConfiguration* config) OVERRIDE;
|
| - virtual void SendSessionRequest(const std::string& host, int port) OVERRIDE;
|
| + virtual void ConfigReady(cricket::PortConfiguration* config) override;
|
| + virtual void SendSessionRequest(const std::string& host, int port) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(FakePortAllocatorSession);
|
|
|