| Index: net/quic/core/crypto/crypto_server_config_protobuf.cc
|
| diff --git a/net/quic/crypto/crypto_server_config_protobuf.cc b/net/quic/core/crypto/crypto_server_config_protobuf.cc
|
| similarity index 80%
|
| rename from net/quic/crypto/crypto_server_config_protobuf.cc
|
| rename to net/quic/core/crypto/crypto_server_config_protobuf.cc
|
| index 3acdf5eee360e03ed1546c5e5dec950f1cb1f2fd..a2b8a346404d5e35ec90f1a4c3a63c0e3a36ae69 100644
|
| --- a/net/quic/crypto/crypto_server_config_protobuf.cc
|
| +++ b/net/quic/core/crypto/crypto_server_config_protobuf.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/crypto_server_config_protobuf.h"
|
| +#include "net/quic/core/crypto/crypto_server_config_protobuf.h"
|
|
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/quic_time.h"
|
|
|
| namespace net {
|
|
|
|
|