| 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);
|
| };
|
|
|