| Index: chrome/common/net/url_fetcher_protect.h
|
| diff --git a/chrome/common/net/url_fetcher_protect.h b/chrome/common/net/url_fetcher_protect.h
|
| index 980353cc73517727143ef859673beb14e15a6671..6372640f192edd5c3df36b40ebfe39ae2dc9cc70 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;
|
|
|
|
|