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

Unified Diff: breakpad/pending/src/common/module.cc

Issue 7811002: Remove use of <iostream> where unnecessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed 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
« no previous file with comments | « base/debug/debugger_posix.cc ('k') | chrome/browser/intents/web_intent_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/pending/src/common/module.cc
diff --git a/breakpad/pending/src/common/module.cc b/breakpad/pending/src/common/module.cc
index 3a80e63b235731b63fb88bc14deb658c17c123c7..1ce09c82dd74fc4348983f591f4b2f1153fab030 100644
--- a/breakpad/pending/src/common/module.cc
+++ b/breakpad/pending/src/common/module.cc
@@ -38,7 +38,7 @@
#include <stdio.h>
#include <string.h>
-#include <iostream>
+#include <ostream>
namespace google_breakpad {
« no previous file with comments | « base/debug/debugger_posix.cc ('k') | chrome/browser/intents/web_intent_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698