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

Unified Diff: net/cert/crl_set.cc

Issue 15662008: Make net and ipc explicitly use the base namespace for Values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « net/base/net_util.cc ('k') | net/disk_cache/mem_entry_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/crl_set.cc
diff --git a/net/cert/crl_set.cc b/net/cert/crl_set.cc
index a39cf5d79e0eb0c1262df55cdee832a32154fdb0..539fd6f0339cf5830d636f6e6466e5dfdcc3ffc4 100644
--- a/net/cert/crl_set.cc
+++ b/net/cert/crl_set.cc
@@ -178,7 +178,7 @@ static bool ReadCRL(base::StringPiece* data, std::string* out_parent_spki_hash,
}
bool CRLSet::CopyBlockedSPKIsFromHeader(base::DictionaryValue* header_dict) {
- ListValue* blocked_spkis_list = NULL;
+ base::ListValue* blocked_spkis_list = NULL;
if (!header_dict->GetList("BlockedSPKIs", &blocked_spkis_list)) {
// BlockedSPKIs is optional, so it's fine if we don't find it.
return true;
« no previous file with comments | « net/base/net_util.cc ('k') | net/disk_cache/mem_entry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698