| Index: remoting/test/fake_port_allocator.h
|
| diff --git a/remoting/test/fake_port_allocator.h b/remoting/test/fake_port_allocator.h
|
| index 18fd7bdac9daa33e67e5cf5c8bb4c2b3f3239e05..ca50ae5ce8cb31e4b81eaded97be30ec825704e6 100644
|
| --- a/remoting/test/fake_port_allocator.h
|
| +++ b/remoting/test/fake_port_allocator.h
|
| @@ -30,7 +30,7 @@ class FakePortAllocator : 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:
|
| FakePortAllocator(scoped_ptr<rtc::NetworkManager> network_manager,
|
|
|