| Index: chrome/browser/debugger/debugger_remote_service.h
|
| diff --git a/chrome/browser/debugger/debugger_remote_service.h b/chrome/browser/debugger/debugger_remote_service.h
|
| index 02d75d377bc8d6904c22ea3adbb7c89a1e9baa30..7635117206c8064e783db82cc2a9ff135d7f3fac 100644
|
| --- a/chrome/browser/debugger/debugger_remote_service.h
|
| +++ b/chrome/browser/debugger/debugger_remote_service.h
|
| @@ -68,11 +68,11 @@ class DebuggerRemoteService : public DevToolsRemoteListener {
|
| // Processes |message| from the remote debugger, where the tool is
|
| // "V8Debugger". Either sends the reply immediately or waits for an
|
| // asynchronous response from the V8 debugger.
|
| - virtual void HandleMessage(const DevToolsRemoteMessage& message);
|
| + virtual void HandleMessage(const DevToolsRemoteMessage& message) OVERRIDE;
|
|
|
| // Gets invoked on the remote debugger [socket] connection loss.
|
| // Notifies the InspectableTabProxy of the remote debugger detachment.
|
| - virtual void OnConnectionLost();
|
| + virtual void OnConnectionLost() OVERRIDE;
|
|
|
| // Specifies a tool name ("V8Debugger") handled by this class.
|
| static const char kToolName[];
|
|
|