commit | 6bb59d2fe7e72fa55a4c43a4c2e5cc530cc6f3e2 | [log] [tgz] |
---|---|---|
author | Victor Vasiliev <[email protected]> | Fri Mar 08 21:34:51 2019 |
committer | Commit Bot <[email protected]> | Fri Mar 08 21:34:51 2019 |
tree | c2be0a18945d6102deb0da379a17cc3a4465e59d | |
parent | 6874d49d3153dd8a77339bc66b2a4885aa14c2db [diff] [blame] |
Replace QUIC with a DEPS-pulled version from QUICHE This involves some fixing here and there, as well as implementing SPDY logging platform Roll src/net/third_party/quiche/src/ b6880f79b..a6ef0a64f (2 commits) https://quiche.googlesource.com/quiche.git/+log/b6880f79b56f..a6ef0a64fd59 Change-Id: Ic6e48f24a538868474e63dea399f03e542e2826a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511014 Reviewed-by: Steve Anton <[email protected]> Reviewed-by: Misha Efimov <[email protected]> Reviewed-by: Ryan Hamilton <[email protected]> Commit-Queue: Victor Vasiliev <[email protected]> Cr-Commit-Position: refs/heads/master@{#639170}
diff --git a/net/quic/test_task_runner.cc b/net/quic/test_task_runner.cc index 32c01bf..a91b285d 100644 --- a/net/quic/test_task_runner.cc +++ b/net/quic/test_task_runner.cc
@@ -7,7 +7,7 @@ #include <algorithm> #include <utility> -#include "net/third_party/quic/test_tools/mock_clock.h" +#include "net/third_party/quiche/src/quic/test_tools/mock_clock.h" #include "testing/gtest/include/gtest/gtest.h" namespace net {