| Index: net/base/filter.h
|
| ===================================================================
|
| --- net/base/filter.h (revision 85332)
|
| +++ net/base/filter.h (working copy)
|
| @@ -38,6 +38,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time.h"
|
| +#include "net/base/net_api.h"
|
|
|
| class GURL;
|
|
|
| @@ -52,7 +53,7 @@
|
| // is passed to the constructor of all those filters. To be clear, the context
|
| // does NOT reflect the position in a chain, or the fact that there are prior
|
| // or later filters in a chain.
|
| -class FilterContext {
|
| +class NET_TEST FilterContext {
|
| public:
|
| // Enum to control what histograms are emitted near end-of-life of this
|
| // instance.
|
| @@ -100,7 +101,7 @@
|
| };
|
|
|
| //------------------------------------------------------------------------------
|
| -class Filter {
|
| +class NET_TEST Filter {
|
| public:
|
| // Return values of function ReadFilteredData.
|
| enum FilterStatus {
|
|
|