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

Unified Diff: net/cert/crl_set.cc

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/cert/crl_set.h ('k') | net/cert/crl_set_unittest.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/base/crl_set.cc b/net/cert/crl_set.cc
similarity index 99%
rename from net/base/crl_set.cc
rename to net/cert/crl_set.cc
index 735bb5e96e89c32da12ce9f326fe3e223de68729..bc124fd2e823d26413a1c9a4a40e487729c48a59 100644
--- a/net/base/crl_set.cc
+++ b/net/cert/crl_set.cc
@@ -12,7 +12,7 @@
#include "base/time.h"
#include "base/values.h"
#include "crypto/sha2.h"
-#include "net/base/crl_set.h"
+#include "net/cert/crl_set.h"
#include "third_party/zlib/zlib.h"
namespace net {
« no previous file with comments | « net/cert/crl_set.h ('k') | net/cert/crl_set_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698