summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_entry_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/url_request_throttler_entry_interface.h')
-rw-r--r--net/url_request/url_request_throttler_entry_interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/url_request/url_request_throttler_entry_interface.h b/net/url_request/url_request_throttler_entry_interface.h
index 2b56506..259c5cf 100644
--- a/net/url_request/url_request_throttler_entry_interface.h
+++ b/net/url_request/url_request_throttler_entry_interface.h
@@ -9,13 +9,14 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/time.h"
+#include "net/base/net_api.h"
namespace net {
class URLRequestThrottlerHeaderInterface;
// Interface provided on entries of the URL request throttler manager.
-class URLRequestThrottlerEntryInterface
+class NET_API URLRequestThrottlerEntryInterface
: public base::RefCountedThreadSafe<URLRequestThrottlerEntryInterface> {
public:
URLRequestThrottlerEntryInterface() {}