diff options
Diffstat (limited to 'content/shell/shell_devtools_delegate.h')
-rw-r--r-- | content/shell/shell_devtools_delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_devtools_delegate.h b/content/shell/shell_devtools_delegate.h index 8640288..569eb3a 100644 --- a/content/shell/shell_devtools_delegate.h +++ b/content/shell/shell_devtools_delegate.h @@ -19,7 +19,7 @@ namespace content { class DevToolsHttpHandler; -class ShellDevToolsDelegate : public content::DevToolsHttpHandlerDelegate { +class ShellDevToolsDelegate : public DevToolsHttpHandlerDelegate { public: ShellDevToolsDelegate(int port, net::URLRequestContextGetter* context_getter); virtual ~ShellDevToolsDelegate(); |