Stop using IDMap in FileSystemOperationRunner
This converts storage::FileSystemOperationRunner::operations_ from base::IDMap to std::map. All other users of base::IDMap don't store null value to base::IDMap, and the null value makes the interface of base::IDMap complex. So, this removes base::IDMap from FSOR as a preparation to refactor IDMap. Change-Id: I65b81ead88133b9ac5ea724af53df67b812e0fde Reviewed-on: https://chromium-review.googlesource.com/995652Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#548336}
Showing
Please register or sign in to comment