| Index: net/cert/cert_type.h
|
| diff --git a/net/base/cert_type.h b/net/cert/cert_type.h
|
| similarity index 89%
|
| rename from net/base/cert_type.h
|
| rename to net/cert/cert_type.h
|
| index d9cb8a5d4792f290fae7d0c8674ed7ff920cf12d..cb212274b12a2ba8c4a87ddf5ee9b8a5b1a5d09c 100644
|
| --- a/net/base/cert_type.h
|
| +++ b/net/cert/cert_type.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_CERT_TYPE_H_
|
| -#define NET_BASE_CERT_TYPE_H_
|
| +#ifndef NET_CERT_CERT_TYPE_H_
|
| +#define NET_CERT_CERT_TYPE_H_
|
|
|
| namespace net {
|
|
|
| @@ -25,4 +25,4 @@ enum CertType {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_CERT_TYPE_H_
|
| +#endif // NET_CERT_CERT_TYPE_H_
|
|
|