| 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_
|
|
|