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

Unified Diff: gfx/point.cc

Issue 3014015: Remove <iostream> where possible. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix chrome frame compile Created 10 years, 5 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 | « gfx/insets_unittest.cc ('k') | gfx/rect.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/point.cc
diff --git a/gfx/point.cc b/gfx/point.cc
index 16a821687757d7fe6a7373415be1b4969bba8f08..d8b1e7bf1c4d3ce0132e4a17e83c974da4fe9785 100644
--- a/gfx/point.cc
+++ b/gfx/point.cc
@@ -8,7 +8,7 @@
#include <windows.h>
#endif
-#include <iostream>
+#include <ostream>
namespace gfx {
« no previous file with comments | « gfx/insets_unittest.cc ('k') | gfx/rect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698