| Index: net/ssl/server_bound_cert_store.cc
|
| diff --git a/net/base/server_bound_cert_store.cc b/net/ssl/server_bound_cert_store.cc
|
| similarity index 96%
|
| rename from net/base/server_bound_cert_store.cc
|
| rename to net/ssl/server_bound_cert_store.cc
|
| index f5ca047b0b2b6f939cad5a6ea61481eac854108b..d0d520dcb9755026d9905ba30e35cd865ea2889a 100644
|
| --- a/net/base/server_bound_cert_store.cc
|
| +++ b/net/ssl/server_bound_cert_store.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/base/server_bound_cert_store.h"
|
| +#include "net/ssl/server_bound_cert_store.h"
|
|
|
| namespace net {
|
|
|
|
|