| Index: net/quic/core/quic_utils_test.cc
|
| diff --git a/net/quic/quic_utils_test.cc b/net/quic/core/quic_utils_test.cc
|
| similarity index 98%
|
| rename from net/quic/quic_utils_test.cc
|
| rename to net/quic/core/quic_utils_test.cc
|
| index bced6adcbbad11be9d9b55a5038d8a54788b7fc5..57f57ffd1bceca45f7d64f3cd15dc592257a425e 100644
|
| --- a/net/quic/quic_utils_test.cc
|
| +++ b/net/quic/core/quic_utils_test.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/quic_utils.h"
|
| +#include "net/quic/core/quic_utils.h"
|
|
|
| -#include "net/quic/crypto/crypto_protocol.h"
|
| -#include "net/quic/quic_flags.h"
|
| +#include "net/quic/core/crypto/crypto_protocol.h"
|
| +#include "net/quic/core/quic_flags.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using base::StringPiece;
|
|
|