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

Unified Diff: gfx/rect.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/point.cc ('k') | gfx/size.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/rect.cc
diff --git a/gfx/rect.cc b/gfx/rect.cc
index 7ff658f6840a95676f03c257afc6cf5877c17f7d..6053b9e2159b3b5ad3825949a129c139f6620e7e 100644
--- a/gfx/rect.cc
+++ b/gfx/rect.cc
@@ -12,7 +12,7 @@
#include <gdk/gdk.h>
#endif
-#include <iostream>
+#include <ostream>
#include "base/logging.h"
#include "gfx/insets.h"
« no previous file with comments | « gfx/point.cc ('k') | gfx/size.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698