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

Unified Diff: blimp/common/blob_cache/in_memory_blob_cache.cc

Issue 1912153004: [blimp] Change to use SHA-256 instead of SHA-1 for unique ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from Wez Created 4 years, 8 months 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 | « blimp/common/blob_cache/id_util_unittest.cc ('k') | blimp/common/compositor/webp_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/blob_cache/in_memory_blob_cache.cc
diff --git a/blimp/common/blob_cache/in_memory_blob_cache.cc b/blimp/common/blob_cache/in_memory_blob_cache.cc
index fbdfe50b7e06986a1b9bbc6040154b0d3aae9a58..bad46df059937c7849f89da6a897de8e93114612 100644
--- a/blimp/common/blob_cache/in_memory_blob_cache.cc
+++ b/blimp/common/blob_cache/in_memory_blob_cache.cc
@@ -5,9 +5,6 @@
#include "blimp/common/blob_cache/in_memory_blob_cache.h"
#include "base/logging.h"
-#include "base/sha1.h"
-#include "base/strings/string_number_conversions.h"
-#include "base/strings/string_util.h"
namespace blimp {
« no previous file with comments | « blimp/common/blob_cache/id_util_unittest.cc ('k') | blimp/common/compositor/webp_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698