Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(374)

Unified Diff: net/proxy/proxy_resolver_mojo_unittest.cc

Issue 910343003: Create an in-process v8 proxy resolver using Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-complete-patch
Patch Set: Remove extra space. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/proxy/mojo_proxy_resolver_factory.h ('k') | net/proxy/proxy_service_mojo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_resolver_mojo_unittest.cc
diff --git a/net/proxy/proxy_resolver_mojo_unittest.cc b/net/proxy/proxy_resolver_mojo_unittest.cc
index ffb3b315066cc6ad932bb563ea0d84be04edae11..62f87ec23c018cce72dd364e2616288b71d98689 100644
--- a/net/proxy/proxy_resolver_mojo_unittest.cc
+++ b/net/proxy/proxy_resolver_mojo_unittest.cc
@@ -255,7 +255,7 @@ void MockMojoProxyResolver::GetProxyForUrl(
class TestMojoProxyResolverFactory : public MojoProxyResolverFactory {
public:
TestMojoProxyResolverFactory();
- ~TestMojoProxyResolverFactory();
+ ~TestMojoProxyResolverFactory() override;
// Overridden from MojoProxyResolverFactory:
void Create(mojo::InterfaceRequest<interfaces::ProxyResolver> req,
« no previous file with comments | « net/proxy/mojo_proxy_resolver_factory.h ('k') | net/proxy/proxy_service_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698