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

Unified Diff: base/string_piece.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 | « base/linked_ptr_unittest.cc ('k') | chrome/browser/cocoa/nsmenuitem_additions_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_piece.cc
diff --git a/base/string_piece.cc b/base/string_piece.cc
index 68448920177e1b305aaceb41bb3389c2d652827f..082e3c26b6d5ac7e97a633a803525bdaf144b068 100644
--- a/base/string_piece.cc
+++ b/base/string_piece.cc
@@ -4,7 +4,7 @@
// Copied from strings/stringpiece.cc with modifications
#include <algorithm>
-#include <iostream>
+#include <ostream>
#include "base/string_piece.h"
« no previous file with comments | « base/linked_ptr_unittest.cc ('k') | chrome/browser/cocoa/nsmenuitem_additions_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698