diff options
Diffstat (limited to 'chrome/browser/net/url_fetcher.h')
-rw-r--r-- | chrome/browser/net/url_fetcher.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/net/url_fetcher.h b/chrome/browser/net/url_fetcher.h index 28ec2c5..6b1c87c 100644 --- a/chrome/browser/net/url_fetcher.h +++ b/chrome/browser/net/url_fetcher.h @@ -75,8 +75,6 @@ class URLFetcher { int response_code, const ResponseCookies& cookies, const std::string& data) = 0; - protected: - ~Delegate() {} }; // URLFetcher::Create uses the currently registered Factory to create the @@ -87,8 +85,6 @@ class URLFetcher { const GURL& url, RequestType request_type, Delegate* d) = 0; - protected: - ~Factory() {} }; // |url| is the URL to send the request to. |