| Index: net/cert/cert_verify_proc_mac.h
|
| diff --git a/net/base/cert_verify_proc_mac.h b/net/cert/cert_verify_proc_mac.h
|
| similarity index 83%
|
| rename from net/base/cert_verify_proc_mac.h
|
| rename to net/cert/cert_verify_proc_mac.h
|
| index e28ba51b9ea01ffacfa9244ec6ca5e0b505444dc..cb557671f64054bac2d7b612e0b998463b6cdc5b 100644
|
| --- a/net/base/cert_verify_proc_mac.h
|
| +++ b/net/cert/cert_verify_proc_mac.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_CERT_VERIFY_PROC_MAC_H_
|
| -#define NET_BASE_CERT_VERIFY_PROC_MAC_H_
|
| +#ifndef NET_CERT_CERT_VERIFY_PROC_MAC_H_
|
| +#define NET_CERT_CERT_VERIFY_PROC_MAC_H_
|
|
|
| -#include "net/base/cert_verify_proc.h"
|
| +#include "net/cert/cert_verify_proc.h"
|
|
|
| namespace net {
|
|
|
| @@ -31,4 +31,4 @@ class CertVerifyProcMac : public CertVerifyProc {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_CERT_VERIFY_PROC_MAC_H_
|
| +#endif // NET_CERT_CERT_VERIFY_PROC_MAC_H_
|
|
|