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

Unified Diff: content/child/fileapi/file_system_dispatcher.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/child/fileapi/file_system_dispatcher.h
diff --git a/content/child/fileapi/file_system_dispatcher.h b/content/child/fileapi/file_system_dispatcher.h
index a04d97ead07d2efa0e26adf33675814d9c2d4850..b0f717480d38c75c44e8057a311741800dafbd23 100644
--- a/content/child/fileapi/file_system_dispatcher.h
+++ b/content/child/fileapi/file_system_dispatcher.h
@@ -147,7 +147,7 @@ class FileSystemDispatcher : public IPC::Listener {
void OnDidFail(int request_id, base::File::Error error_code);
void OnDidWrite(int request_id, int64_t bytes, bool complete);
- IDMap<CallbackDispatcher, IDMapOwnPointer> dispatchers_;
+ IDMap<std::unique_ptr<CallbackDispatcher>> dispatchers_;
DISALLOW_COPY_AND_ASSIGN(FileSystemDispatcher);
};
« no previous file with comments | « content/child/appcache/web_application_cache_host_impl.cc ('k') | content/child/fileapi/file_system_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698