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

Unified Diff: chrome/browser/printing/cloud_print/virtual_driver_install_helper.h

Issue 10068036: RefCounted types should not have public destructors, chrome/browser/ part 5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win fix Created 8 years, 8 months 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/browser/printing/cloud_print/virtual_driver_install_helper.h
diff --git a/chrome/browser/printing/cloud_print/virtual_driver_install_helper.h b/chrome/browser/printing/cloud_print/virtual_driver_install_helper.h
index ff5c8453f4bcdbbc229526def6ee71bb2e82de64..87ef2e9b598cfcd0fdbb20bc505fef4d3bc69d64 100644
--- a/chrome/browser/printing/cloud_print/virtual_driver_install_helper.h
+++ b/chrome/browser/printing/cloud_print/virtual_driver_install_helper.h
@@ -24,6 +24,10 @@ class VirtualDriverInstallHelper
static void SetUpUninstall();
private:
+ friend class base::RefCountedThreadSafe<VirtualDriverInstallHelper>;
+
+ ~VirtualDriverInstallHelper() {}
+
void InstallVirtualDriverTask();
void UninstallVirtualDriverTask();
};
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc ('k') | chrome/browser/printing/print_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698