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

Unified Diff: chrome/tools/ipclist/ipclist.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: chrome/tools/ipclist/ipclist.cc
diff --git a/chrome/tools/ipclist/ipclist.cc b/chrome/tools/ipclist/ipclist.cc
index de9aea7f96cf460865de96cd6ca31a9e7a717e13..bc88f09f4902598b18ce625f11916005c4c440a2 100644
--- a/chrome/tools/ipclist/ipclist.cc
+++ b/chrome/tools/ipclist/ipclist.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include <algorithm>
-#include <iostream>
+#include <ostream>
#include <string>
#include <vector>

Powered by Google App Engine
This is Rietveld 408576698