| Index: net/ssl/ssl_config_service_defaults.h
|
| diff --git a/net/base/ssl_config_service_defaults.h b/net/ssl/ssl_config_service_defaults.h
|
| similarity index 81%
|
| rename from net/base/ssl_config_service_defaults.h
|
| rename to net/ssl/ssl_config_service_defaults.h
|
| index 798787416aaf011558441523db5fad82bbd5bd1c..85123dad02e8f6a4764a98b6dadec4a73c211594 100644
|
| --- a/net/base/ssl_config_service_defaults.h
|
| +++ b/net/ssl/ssl_config_service_defaults.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_SSL_CONFIG_SERVICE_DEFAULTS_H_
|
| -#define NET_BASE_SSL_CONFIG_SERVICE_DEFAULTS_H_
|
| +#ifndef NET_SSL_SSL_CONFIG_SERVICE_DEFAULTS_H_
|
| +#define NET_SSL_SSL_CONFIG_SERVICE_DEFAULTS_H_
|
|
|
| #include "net/base/net_export.h"
|
| -#include "net/base/ssl_config_service.h"
|
| +#include "net/ssl/ssl_config_service.h"
|
|
|
| namespace net {
|
|
|
| @@ -31,4 +31,4 @@ class NET_EXPORT SSLConfigServiceDefaults : public SSLConfigService {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_SSL_CONFIG_SERVICE_DEFAULTS_H_
|
| +#endif // NET_SSL_SSL_CONFIG_SERVICE_DEFAULTS_H_
|
|
|