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

Unified Diff: net/filter/mock_filter_context.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/filter/mock_filter_context.h
diff --git a/net/filter/mock_filter_context.h b/net/filter/mock_filter_context.h
index 3237829fab4a111719b06e2f014af5ff093dbab8..858509da71779b8cbf3489f9b06b5f536471e99c 100644
--- a/net/filter/mock_filter_context.h
+++ b/net/filter/mock_filter_context.h
@@ -68,7 +68,7 @@ class MockFilterContext : public FilterContext {
void RecordPacketStats(StatisticSelector statistic) const override {}
- const BoundNetLog& GetNetLog() const override;
+ const NetLogWithSource& GetNetLog() const override;
private:
std::string mime_type_;
@@ -79,7 +79,7 @@ class MockFilterContext : public FilterContext {
bool ok_to_call_get_url_;
int response_code_;
std::unique_ptr<URLRequestContext> context_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
DISALLOW_COPY_AND_ASSIGN(MockFilterContext);
};

Powered by Google App Engine
This is Rietveld 408576698