diff options
Diffstat (limited to 'chrome/browser/debugger/inspectable_tab_proxy.h')
-rw-r--r-- | chrome/browser/debugger/inspectable_tab_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/debugger/inspectable_tab_proxy.h b/chrome/browser/debugger/inspectable_tab_proxy.h index e521b31..55fd8c6 100644 --- a/chrome/browser/debugger/inspectable_tab_proxy.h +++ b/chrome/browser/debugger/inspectable_tab_proxy.h @@ -65,7 +65,7 @@ class DevToolsClientHostImpl : public DevToolsClientHost { int32 id, DebuggerRemoteService* service, InspectableTabProxy::IdToClientHostMap* map); - ~DevToolsClientHostImpl(); + virtual ~DevToolsClientHostImpl(); DebuggerRemoteService* debugger_remote_service() { return service_; |