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

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

Issue 2460223002: Adds std:: to stl types (#049) (Closed)
Patch Set: remove dead using std::foo declarations. 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
« no previous file with comments | « net/quic/core/crypto/crypto_framer.cc ('k') | net/quic/core/crypto/crypto_secret_boxer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ae695d34077467d2a31424d31597c58e05eb117f 100644
--- a/net/quic/core/crypto/crypto_framer_test.cc
+++ b/net/quic/core/crypto/crypto_framer_test.cc
@@ -16,9 +16,7 @@
#include "net/quic/test_tools/quic_test_utils.h"
using base::StringPiece;
-using std::map;
using std::string;
-using std::vector;
namespace net {
@@ -48,7 +46,7 @@ class TestCryptoVisitor : public CryptoFramerVisitorInterface {
// Counters from the visitor callbacks.
int error_count_;
- vector<CryptoHandshakeMessage> messages_;
+ std::vector<CryptoHandshakeMessage> messages_;
};
TEST(CryptoFramerTest, ConstructHandshakeMessage) {
« no previous file with comments | « net/quic/core/crypto/crypto_framer.cc ('k') | net/quic/core/crypto/crypto_secret_boxer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698