diff options
Diffstat (limited to 'chrome/browser/net/url_fetcher.h')
-rw-r--r-- | chrome/browser/net/url_fetcher.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/net/url_fetcher.h b/chrome/browser/net/url_fetcher.h index 6b1c87c..28ec2c5 100644 --- a/chrome/browser/net/url_fetcher.h +++ b/chrome/browser/net/url_fetcher.h @@ -75,6 +75,8 @@ 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 @@ -85,6 +87,8 @@ class URLFetcher { const GURL& url, RequestType request_type, Delegate* d) = 0; + protected: + ~Factory() {} }; // |url| is the URL to send the request to. |