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

Unified Diff: content/browser/cache_storage/cache_storage_cache.h

Issue 2496653002: Part 2 of base::IDMap refactor to eliminate IDMapOwnPointer/IDMapExternalPointer modes (Closed)
Patch Set: typedefs => using statements, update comments in base/id_map.h Created 4 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: content/browser/cache_storage/cache_storage_cache.h
diff --git a/content/browser/cache_storage/cache_storage_cache.h b/content/browser/cache_storage/cache_storage_cache.h
index e9566424eb8f95912c602900086da1add615f73e..5fe67d0e55cfc5fd467f4bac6a7672068cee82d9 100644
--- a/content/browser/cache_storage/cache_storage_cache.h
+++ b/content/browser/cache_storage/cache_storage_cache.h
@@ -185,7 +185,7 @@ class CONTENT_EXPORT CacheStorageCache {
using Entries = std::vector<disk_cache::Entry*>;
using ScopedBackendPtr = std::unique_ptr<disk_cache::Backend>;
using BlobToDiskCacheIDMap =
- IDMap<CacheStorageBlobToDiskCache, IDMapOwnPointer>;
+ IDMap<std::unique_ptr<CacheStorageBlobToDiskCache>>;
using OpenAllEntriesCallback =
base::Callback<void(std::unique_ptr<OpenAllEntriesContext>,
CacheStorageError)>;
« no previous file with comments | « components/spellcheck/renderer/spellcheck_provider.h ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698