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

Unified Diff: net/cert/crl_set.h

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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
Index: net/cert/crl_set.h
diff --git a/net/base/crl_set.h b/net/cert/crl_set.h
similarity index 98%
rename from net/base/crl_set.h
rename to net/cert/crl_set.h
index cb37934dfb4db25e2fe2293acbd49fca320c12a5..ae6a2a201f252f8b18456cb7de1f65a6d6209d61 100644
--- a/net/base/crl_set.h
+++ b/net/cert/crl_set.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_BASE_CRL_SET_H_
-#define NET_BASE_CRL_SET_H_
+#ifndef NET_CERT_CRL_SET_H_
+#define NET_CERT_CRL_SET_H_
#include <map>
#include <string>
@@ -115,4 +115,4 @@ class NET_EXPORT CRLSet : public base::RefCountedThreadSafe<CRLSet> {
} // namespace net
-#endif // NET_BASE_CRL_SET_H_
+#endif // NET_CERT_CRL_SET_H_

Powered by Google App Engine
This is Rietveld 408576698