indexeddb: remove unneeded includes from IndexedDBContextImpl
These includes will not be valid when idb moves to the storage service. Additionally, the size is not used as in the web ui so it is safe to save it as a double instead of a formatted string. (base::Value does not support int64_t.) It could also be potentially removed in the future. Bug: 1015214 Change-Id: I943fe6f89672560097b99f6883f7999d2a811495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091710 Auto-Submit: enne <enne@chromium.org> Reviewed-by:Daniel Murphy <dmurph@chromium.org> Commit-Queue: enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#747923}
Showing
Please register or sign in to comment