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

Unified Diff: tools/imagediff/image_diff.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: tools/imagediff/image_diff.cc
diff --git a/tools/imagediff/image_diff.cc b/tools/imagediff/image_diff.cc
index 19d5df9deef1920befe6f4d1ac895525f3ac1868..f6a43d222ab0176e5234caae5f9e5bf36453143f 100644
--- a/tools/imagediff/image_diff.cc
+++ b/tools/imagediff/image_diff.cc
@@ -11,7 +11,7 @@
#include <algorithm>
#include <vector>
#include <string>
-#include <iostream>
+#include <ostream>
#include "base/basictypes.h"
#include "base/command_line.h"

Powered by Google App Engine
This is Rietveld 408576698