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

Unified Diff: ppapi/native_client/tests/ppapi_simple_tests/file.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: ppapi/native_client/tests/ppapi_simple_tests/file.cc
diff --git a/ppapi/native_client/tests/ppapi_simple_tests/file.cc b/ppapi/native_client/tests/ppapi_simple_tests/file.cc
index f0b9f833421918d829058a533ffeb295751fac95..6080fe9edb461824d549f9f635e09297d938a27b 100644
--- a/ppapi/native_client/tests/ppapi_simple_tests/file.cc
+++ b/ppapi/native_client/tests/ppapi_simple_tests/file.cc
@@ -5,7 +5,7 @@
#include <stdint.h>
#include <stdlib.h>
-#include <iostream>
+#include <ostream>
#include <sstream>
#include <string>
#include <queue>

Powered by Google App Engine
This is Rietveld 408576698