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

Unified Diff: net/spdy/spdy_protocol_test.cc

Issue 2589053002: Adds std:: to <iosfwd> typedefs. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_protocol_test.cc
diff --git a/net/spdy/spdy_protocol_test.cc b/net/spdy/spdy_protocol_test.cc
index 77d6066c1d01e49f5aee52c309444a167052c7ec..4be43d5c40e59d1b92a87ca72a8537e5c3bd23df 100644
--- a/net/spdy/spdy_protocol_test.cc
+++ b/net/spdy/spdy_protocol_test.cc
@@ -14,12 +14,12 @@
#include "net/test/gtest_util.h"
#include "testing/gtest/include/gtest/gtest.h"
-using std::ostream;
using std::string;
namespace net {
-ostream& operator<<(ostream& os, const SpdyStreamPrecedence precedence) {
+std::ostream& operator<<(std::ostream& os,
+ const SpdyStreamPrecedence precedence) {
if (precedence.is_spdy3_priority()) {
os << "SpdyStreamPrecedence[spdy3_priority=" << precedence.spdy3_priority()
<< "]";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698