| Index: net/quic/core/crypto/strike_register.cc
|
| diff --git a/net/quic/crypto/strike_register.cc b/net/quic/core/crypto/strike_register.cc
|
| similarity index 99%
|
| rename from net/quic/crypto/strike_register.cc
|
| rename to net/quic/core/crypto/strike_register.cc
|
| index 9cea0f11f8c765503d5dfe595d3df409940be3f3..5bfb07cba3cd51a59699d15a648ec2f2d38fd78c 100644
|
| --- a/net/quic/crypto/strike_register.cc
|
| +++ b/net/quic/core/crypto/strike_register.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/crypto/strike_register.h"
|
| +#include "net/quic/core/crypto/strike_register.h"
|
|
|
| #include <algorithm>
|
| #include <limits>
|
|
|