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

Unified Diff: net/dns/host_resolver_mojo.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 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 35732bc21f9558749c0ac74114c2e12f042cc162..de674990d16f655ace41f424d0490fc50cf898ad 100644
--- a/net/dns/host_resolver_mojo.h
+++ b/net/dns/host_resolver_mojo.h
@@ -14,7 +14,7 @@
namespace net {
class AddressList;
-class BoundNetLog;
+class NetLogWithSource;
// A HostResolver implementation that converts requests to mojo types and
// forwards them to a mojo Impl interface.
@@ -38,10 +38,10 @@ class HostResolverMojo : public HostResolver {
AddressList* addresses,
const CompletionCallback& callback,
std::unique_ptr<Request>* request,
- const BoundNetLog& source_net_log) override;
+ const NetLogWithSource& source_net_log) override;
int ResolveFromCache(const RequestInfo& info,
AddressList* addresses,
- const BoundNetLog& source_net_log) override;
+ const NetLogWithSource& source_net_log) override;
HostCache* GetHostCache() override;
private:

Powered by Google App Engine
This is Rietveld 408576698