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

Unified Diff: base/debug/debugger_posix.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 | « no previous file | breakpad/pending/src/common/module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/debugger_posix.cc
diff --git a/base/debug/debugger_posix.cc b/base/debug/debugger_posix.cc
index b3c9bc803f5218e33d479f22cd8fddd0a0e2c571..089d53dd961bd6e75bed3b125540dbc0a1f24aa1 100644
--- a/base/debug/debugger_posix.cc
+++ b/base/debug/debugger_posix.cc
@@ -30,7 +30,7 @@
#include <sys/sysctl.h>
#endif
-#include <iostream>
+#include <ostream>
#include "base/basictypes.h"
#include "base/eintr_wrapper.h"
« no previous file with comments | « no previous file | breakpad/pending/src/common/module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698