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

Unified Diff: chrome/browser/sync_file_system/sync_file_system_service.h

Issue 11149006: Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and deleting arrays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 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
« no previous file with comments | « chrome/browser/autofill/personal_data_manager.h ('k') | chrome_frame/chrome_launcher_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/sync_file_system_service.h
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.h b/chrome/browser/sync_file_system/sync_file_system_service.h
index 96c19c9023b3b855c30eaea672304db9f3feb294..43d606a2ba0456fe4d7acb76a38a2971cfc35769 100644
--- a/chrome/browser/sync_file_system/sync_file_system_service.h
+++ b/chrome/browser/sync_file_system/sync_file_system_service.h
@@ -77,7 +77,7 @@ class SyncFileSystemService
private:
friend class SyncFileSystemServiceFactory;
friend class SyncFileSystemServiceTest;
- friend class scoped_ptr<SyncFileSystemService>;
+ friend struct base::DefaultDeleter<SyncFileSystemService>;
explicit SyncFileSystemService(Profile* profile);
virtual ~SyncFileSystemService();
« no previous file with comments | « chrome/browser/autofill/personal_data_manager.h ('k') | chrome_frame/chrome_launcher_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698