Index: chrome/service/cloud_print/cloud_print_url_fetcher.h |
diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher.h b/chrome/service/cloud_print/cloud_print_url_fetcher.h |
index 68499b4ddb13ae8b4f3c78fd8856445f089dba63..5fc4fb19142f534c29c2da1f9fa5b0970dfc9964 100644 |
--- a/chrome/service/cloud_print/cloud_print_url_fetcher.h |
+++ b/chrome/service/cloud_print/cloud_print_url_fetcher.h |
@@ -92,6 +92,9 @@ class CloudPrintURLFetcher |
const ResponseCookies& cookies, |
const std::string& data); |
protected: |
+ friend class base::RefCountedThreadSafe<CloudPrintURLFetcher>; |
+ virtual ~CloudPrintURLFetcher(); |
+ |
// Virtual for testing. |
virtual URLRequestContextGetter* GetRequestContextGetter(); |