Chromium Code Reviews| 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> |