summaryrefslogtreecommitdiffstats
path: root/src/core/dev_tools_http_handler_delegate_qt.h
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-12-06 20:56:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-20 11:05:27 +0100
commitc86631a070b423ea594ca860c05b7ce7c87d82e0 (patch)
treedf63dd51ae0d18bac501ac9ba1b8352854db1947 /src/core/dev_tools_http_handler_delegate_qt.h
parent39a0d09358a8cae4a3d65ed13b81a810355571e5 (diff)
Adapt to chromium API changes in refs/branch-heads/1650
This patch also updates src/3rparty to the new snapshot. Change-Id: I56da8d795051a828d7b375e57c4dda8bc570229f Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'src/core/dev_tools_http_handler_delegate_qt.h')
-rw-r--r--src/core/dev_tools_http_handler_delegate_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dev_tools_http_handler_delegate_qt.h b/src/core/dev_tools_http_handler_delegate_qt.h
index e866f0765..9d9212e6d 100644
--- a/src/core/dev_tools_http_handler_delegate_qt.h
+++ b/src/core/dev_tools_http_handler_delegate_qt.h
@@ -70,7 +70,7 @@ public:
virtual content::RenderViewHost* CreateNewTarget() Q_DECL_OVERRIDE;
virtual TargetType GetTargetType(content::RenderViewHost*) Q_DECL_OVERRIDE;
virtual std::string GetViewDescription(content::RenderViewHost*) Q_DECL_OVERRIDE;
- virtual scoped_refptr<net::StreamListenSocket> CreateSocketForTethering(net::StreamListenSocket::Delegate* delegate, std::string* name) Q_DECL_OVERRIDE;
+ virtual scoped_ptr<net::StreamListenSocket> CreateSocketForTethering(net::StreamListenSocket::Delegate* delegate, std::string* name) Q_DECL_OVERRIDE;
private:
content::BrowserContext* m_browserContext;