Commit 2148ce8d authored by diannahu's avatar diannahu Committed by Commit bot

Adds std:: to <iosfwd> typedefs.

This CL lands server change 141612065 by bnouri.

BUG=488484

Review-Url: https://codereview.chromium.org/2589053002
Cr-Commit-Position: refs/heads/master@{#439871}
parent ba9ef11b
......@@ -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()
<< "]";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment