| Index: net/ssl/default_server_bound_cert_store.h
|
| diff --git a/net/base/default_server_bound_cert_store.h b/net/ssl/default_server_bound_cert_store.h
|
| similarity index 98%
|
| rename from net/base/default_server_bound_cert_store.h
|
| rename to net/ssl/default_server_bound_cert_store.h
|
| index 33b63cec1ce79f4dc0633128d7287d7ffd6ce6e8..9183210bdc9f3671573fc788d8f40a7829fc9c60 100644
|
| --- a/net/base/default_server_bound_cert_store.h
|
| +++ b/net/ssl/default_server_bound_cert_store.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_DEFAULT_SERVER_BOUND_CERT_STORE_H_
|
| -#define NET_BASE_DEFAULT_SERVER_BOUND_CERT_STORE_H_
|
| +#ifndef NET_SSL_DEFAULT_SERVER_BOUND_CERT_STORE_H_
|
| +#define NET_SSL_DEFAULT_SERVER_BOUND_CERT_STORE_H_
|
|
|
| #include <map>
|
| #include <string>
|
| @@ -16,7 +16,7 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/base/server_bound_cert_store.h"
|
| +#include "net/ssl/server_bound_cert_store.h"
|
|
|
| namespace net {
|
|
|
|
|