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

Unified Diff: ppapi/examples/gles2/gles2.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/examples/gles2/gles2.cc
diff --git a/ppapi/examples/gles2/gles2.cc b/ppapi/examples/gles2/gles2.cc
index f661d0a8fa3c70891c9c039c4b68d9a7e92d5252..470a6d2d7b9e6494c66fd2fb4b1b8df6da52adf5 100644
--- a/ppapi/examples/gles2/gles2.cc
+++ b/ppapi/examples/gles2/gles2.cc
@@ -4,7 +4,7 @@
#include <string.h>
-#include <iostream>
+#include <ostream>
Ami GONE FROM CHROMIUM 2011/08/31 18:04:12 This file uses std::cerr (it's a ppapi sample plug
#include <sstream>
#include <list>
#include <map>
« no previous file with comments | « net/tools/flip_server/flip_in_mem_edsm_server.cc ('k') | ppapi/native_client/tests/ppapi_simple_tests/file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698