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

Unified Diff: net/spdy/spdy_framer_test.cc

Issue 7811002: Remove use of <iostream> where unnecessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/spdy/spdy_framer_test.cc
diff --git a/net/spdy/spdy_framer_test.cc b/net/spdy/spdy_framer_test.cc
index a4f7b81dfff960c5dbdf14a8a05e1035371e542a..278ad1e6bb9278c1f06c6ba179279eda3a0ba065 100644
--- a/net/spdy/spdy_framer_test.cc
+++ b/net/spdy/spdy_framer_test.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include <algorithm>
-#include <iostream>
+#include <ostream>
#include "base/memory/scoped_ptr.h"
#include "net/spdy/spdy_framer.h"

Powered by Google App Engine
This is Rietveld 408576698