| Index: net/ssl/ssl_cipher_suite_names.cc
|
| diff --git a/net/base/ssl_cipher_suite_names.cc b/net/ssl/ssl_cipher_suite_names.cc
|
| similarity index 99%
|
| rename from net/base/ssl_cipher_suite_names.cc
|
| rename to net/ssl/ssl_cipher_suite_names.cc
|
| index dec50b8d2935bd69530940822b22fa25b766d19d..c07d5c206d6e802031bf59749a4c16aaf6bbc885 100644
|
| --- a/net/base/ssl_cipher_suite_names.cc
|
| +++ b/net/ssl/ssl_cipher_suite_names.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/base/ssl_cipher_suite_names.h"
|
| +#include "net/ssl/ssl_cipher_suite_names.h"
|
|
|
| #include <stdlib.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_util.h"
|
| -#include "net/base/ssl_connection_status_flags.h"
|
| +#include "net/ssl/ssl_connection_status_flags.h"
|
|
|
| // Rather than storing the names of all the ciphersuites we eliminate the
|
| // redundancy and break each cipher suite into a key exchange method, cipher
|
|
|