Index: remoting/host/chromium_port_allocator_factory.h |
diff --git a/remoting/host/chromium_port_allocator_factory.h b/remoting/host/chromium_port_allocator_factory.h |
index 2558ab26bae3ba707b0205e95510c0a0477b9585..8d07e8836949984c427851cec2fa9d67db2a74a6 100644 |
--- a/remoting/host/chromium_port_allocator_factory.h |
+++ b/remoting/host/chromium_port_allocator_factory.h |
@@ -28,7 +28,7 @@ class ChromiumPortAllocatorFactory |
// webrtc::PortAllocatorFactoryInterface implementation. |
virtual cricket::PortAllocator* CreatePortAllocator( |
const std::vector<StunConfiguration>& stun_servers, |
- const std::vector<TurnConfiguration>& turn_configurations) OVERRIDE; |
+ const std::vector<TurnConfiguration>& turn_configurations) override; |
protected: |
ChromiumPortAllocatorFactory( |