summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_throttler_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/url_request/url_request_throttler_entry.h')
-rw-r--r--net/url_request/url_request_throttler_entry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/url_request/url_request_throttler_entry.h b/net/url_request/url_request_throttler_entry.h
index 75e6aa0..10f1adc 100644
--- a/net/url_request/url_request_throttler_entry.h
+++ b/net/url_request/url_request_throttler_entry.h
@@ -71,8 +71,8 @@ class NET_API URLRequestThrottlerEntry
static const char kExponentialThrottlingDisableValue[];
// The manager object's lifetime must enclose the lifetime of this object.
- explicit URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,
- const std::string& url_id);
+ URLRequestThrottlerEntry(URLRequestThrottlerManager* manager,
+ const std::string& url_id);
// The life span of instances created with this constructor is set to
// infinite, and the number of initial errors to ignore is set to 0.