Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3970)

Unified Diff: chrome/service/cloud_print/cloud_print_url_fetcher.h

Issue 5624002: Move more code from headers to implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698