| Index: chrome/browser/devtools/device/port_forwarding_controller.cc
|
| diff --git a/chrome/browser/devtools/device/port_forwarding_controller.cc b/chrome/browser/devtools/device/port_forwarding_controller.cc
|
| index f7394c69d0a039c6345cb3d4e107d3abf4bc5da6..f33e2528fdf2b65ae20ef8931af2ca6dfa33150f 100644
|
| --- a/chrome/browser/devtools/device/port_forwarding_controller.cc
|
| +++ b/chrome/browser/devtools/device/port_forwarding_controller.cc
|
| @@ -294,9 +294,9 @@ class PortForwardingController::Connection
|
| void UpdateSocketCount(int port, int increment);
|
|
|
| // DevToolsAndroidBridge::AndroidWebSocket::Delegate implementation:
|
| - virtual void OnSocketOpened() OVERRIDE;
|
| - virtual void OnFrameRead(const std::string& message) OVERRIDE;
|
| - virtual void OnSocketClosed() OVERRIDE;
|
| + virtual void OnSocketOpened() override;
|
| + virtual void OnFrameRead(const std::string& message) override;
|
| + virtual void OnSocketClosed() override;
|
|
|
| PortForwardingController::Registry* registry_;
|
| scoped_refptr<DevToolsAndroidBridge::RemoteDevice> device_;
|
|
|