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

Unified Diff: net/quic/quic_session_test.cc

Issue 763833003: Remove using namespace in net/quic/quic_stream_sequencer.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve ramant's comment, using std:: for .cc Created 6 years 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/quic_session_test.cc
diff --git a/net/quic/quic_session_test.cc b/net/quic/quic_session_test.cc
index d953678f1041c05631d4110a2a0a25d7c612fa74..c9e41d1864bd34184c236e537d8178866fee3cd8 100644
--- a/net/quic/quic_session_test.cc
+++ b/net/quic/quic_session_test.cc
@@ -5,6 +5,7 @@
#include "net/quic/quic_session.h"
#include <set>
+#include <string>
#include <vector>
#include "base/basictypes.h"
@@ -33,6 +34,7 @@
using base::hash_map;
using std::set;
+using std::string;
using std::vector;
using testing::CreateFunctor;
using testing::InSequence;

Powered by Google App Engine
This is Rietveld 408576698