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

Unified Diff: net/base/filter.h

Issue 6969077: net: Add NET_API to net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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/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 {

Powered by Google App Engine
This is Rietveld 408576698