Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(610)

Unified Diff: net/quic/core/crypto/local_strike_register_client_test.cc

Issue 2848203002: Add a platform implementation of QuicTest and QuicTestWithParam (Closed)
Patch Set: net/quic/platform/impl/quic_test_impl.cc Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/crypto/curve25519_key_exchange_test.cc ('k') | net/quic/core/crypto/null_decrypter_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/local_strike_register_client_test.cc
diff --git a/net/quic/core/crypto/local_strike_register_client_test.cc b/net/quic/core/crypto/local_strike_register_client_test.cc
index 4af0afc560b27a839a9dbb5e52c3f8a34c0d0971..79fa94f43943cbac189e156cf7b5d7eb62bfce4b 100644
--- a/net/quic/core/crypto/local_strike_register_client_test.cc
+++ b/net/quic/core/crypto/local_strike_register_client_test.cc
@@ -11,7 +11,7 @@
#include "net/quic/core/crypto/crypto_protocol.h"
#include "net/quic/core/quic_time.h"
#include "net/quic/platform/api/quic_str_cat.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "net/quic/platform/api/quic_test.h"
using std::string;
@@ -54,7 +54,7 @@ const uint32_t kCurrentTimeExternalSecs = 12345678;
size_t kMaxEntries = 100;
uint32_t kWindowSecs = 60;
-class LocalStrikeRegisterClientTest : public ::testing::Test {
+class LocalStrikeRegisterClientTest : public QuicTest {
protected:
LocalStrikeRegisterClientTest() {}
« no previous file with comments | « net/quic/core/crypto/curve25519_key_exchange_test.cc ('k') | net/quic/core/crypto/null_decrypter_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698