| Index: net/quic/core/crypto/quic_random.cc
|
| diff --git a/net/quic/crypto/quic_random.cc b/net/quic/core/crypto/quic_random.cc
|
| similarity index 93%
|
| rename from net/quic/crypto/quic_random.cc
|
| rename to net/quic/core/crypto/quic_random.cc
|
| index cc8ef2768f77e78ab112fc340755db0084fd3b31..35d1bdd326cfd3f4c9f098e1352f062616fd130f 100644
|
| --- a/net/quic/crypto/quic_random.cc
|
| +++ b/net/quic/core/crypto/quic_random.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/quic_random.h"
|
| +#include "net/quic/core/crypto/quic_random.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "crypto/random.h"
|
| -#include "net/quic/quic_bug_tracker.h"
|
| +#include "net/quic/core/quic_bug_tracker.h"
|
|
|
| namespace net {
|
|
|
|
|