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

Unified Diff: base/debug/stack_trace_win.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: base/debug/stack_trace_win.cc
diff --git a/base/debug/stack_trace_win.cc b/base/debug/stack_trace_win.cc
index 33329792a07912e14c87ab31eb47752f9f0f0b50..ea327ddd32df39bb635b916fc57a1e308a18cfb0 100644
--- a/base/debug/stack_trace_win.cc
+++ b/base/debug/stack_trace_win.cc
@@ -7,7 +7,7 @@
#include <windows.h>
#include <dbghelp.h>
-#include <iostream>
+#include <ostream>
#include "base/basictypes.h"
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698