summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/url_fetcher_protect.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/net/url_fetcher_protect.h')
-rw-r--r--chrome/common/net/url_fetcher_protect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/net/url_fetcher_protect.h b/chrome/common/net/url_fetcher_protect.h
index 980353c..6372640 100644
--- a/chrome/common/net/url_fetcher_protect.h
+++ b/chrome/common/net/url_fetcher_protect.h
@@ -48,7 +48,7 @@ class URLFetcherProtectEntry {
int maximum_timeout);
- virtual ~URLFetcherProtectEntry() { }
+ virtual ~URLFetcherProtectEntry();
// When a connection event happens, log it to the queue, and recalculate
// the timeout period. It returns the backoff time, in milliseconds, that
@@ -138,7 +138,7 @@ class URLFetcherProtectManager {
URLFetcherProtectEntry* entry);
private:
- URLFetcherProtectManager() { }
+ URLFetcherProtectManager();
typedef std::map<const std::string, URLFetcherProtectEntry*> ProtectService;