| Index: net/filter/mock_filter_context.h
|
| diff --git a/net/filter/mock_filter_context.h b/net/filter/mock_filter_context.h
|
| index 41c9e9e1e21d4d228ed70185e75f5dd587729c36..8150e8b2c4be4d24345aa9875e8f942f8786ddeb 100644
|
| --- a/net/filter/mock_filter_context.h
|
| +++ b/net/filter/mock_filter_context.h
|
| @@ -8,7 +8,6 @@
|
| #include <string>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "net/base/net_log.h"
|
| #include "net/filter/filter.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -74,8 +73,6 @@ class MockFilterContext : public FilterContext {
|
|
|
| void RecordPacketStats(StatisticSelector statistic) const override {}
|
|
|
| - const BoundNetLog& GetNetLog() const override;
|
| -
|
| private:
|
| int buffer_size_;
|
| std::string mime_type_;
|
| @@ -88,7 +85,6 @@ class MockFilterContext : public FilterContext {
|
| bool ok_to_call_get_url_;
|
| int response_code_;
|
| scoped_ptr<URLRequestContext> context_;
|
| - BoundNetLog net_log_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MockFilterContext);
|
| };
|
|
|