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

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

Issue 2460223002: Adds std:: to stl types (#049) (Closed)
Patch Set: for review Created 4 years, 2 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
Index: net/quic/core/crypto/crypto_framer_test.cc
diff --git a/net/quic/core/crypto/crypto_framer_test.cc b/net/quic/core/crypto/crypto_framer_test.cc
index bfe2d5af78b1a58919ec9210f363fc445ec24d2c..5f029a0cf057e1b85f3b5d86c157b01d7b82bd28 100644
--- a/net/quic/core/crypto/crypto_framer_test.cc
+++ b/net/quic/core/crypto/crypto_framer_test.cc
@@ -48,7 +48,7 @@ class TestCryptoVisitor : public CryptoFramerVisitorInterface {
// Counters from the visitor callbacks.
int error_count_;
- vector<CryptoHandshakeMessage> messages_;
+ std::vector<CryptoHandshakeMessage> messages_;
};
TEST(CryptoFramerTest, ConstructHandshakeMessage) {

Powered by Google App Engine
This is Rietveld 408576698