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

Unified Diff: net/dns/host_resolver_mojo.h

Issue 2083463002: Replace //net TypeConverters with StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-converter-cleanup--gurl
Patch Set: rebase Created 4 years, 2 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
Index: net/dns/host_resolver_mojo.h
diff --git a/net/dns/host_resolver_mojo.h b/net/dns/host_resolver_mojo.h
index de674990d16f655ace41f424d0490fc50cf898ad..602660adb8e0cf38fb77cb04c66cb8902d41f96c 100644
--- a/net/dns/host_resolver_mojo.h
+++ b/net/dns/host_resolver_mojo.h
@@ -23,8 +23,9 @@ class HostResolverMojo : public HostResolver {
class Impl {
public:
virtual ~Impl() = default;
- virtual void ResolveDns(interfaces::HostResolverRequestInfoPtr,
- interfaces::HostResolverRequestClientPtr) = 0;
+ virtual void ResolveDns(
+ std::unique_ptr<HostResolver::RequestInfo> request_info,
+ interfaces::HostResolverRequestClientPtr) = 0;
};
// |impl| must outlive |this|.
« no previous file with comments | « net/dns/OWNERS ('k') | net/dns/host_resolver_mojo.cc » ('j') | net/dns/mojo_host_resolver_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698