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

Unified Diff: views/debug_utils.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: views/debug_utils.cc
diff --git a/views/debug_utils.cc b/views/debug_utils.cc
index b4907368ac5b54cf9f9cf03038edb1a6d0b67335..d3e3e92c7a60ff8ac116b5a1ddfca521168ea435 100644
--- a/views/debug_utils.cc
+++ b/views/debug_utils.cc
@@ -9,7 +9,7 @@
#include "views/view.h"
#ifndef NDEBUG
-#include <iostream>
+#include <ostream>
#endif
namespace views {

Powered by Google App Engine
This is Rietveld 408576698