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

Unified Diff: chrome/browser/intents/web_intent_data.cc

Issue 7811002: Remove use of <iostream> where unnecessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed 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
« no previous file with comments | « breakpad/pending/src/common/module.cc ('k') | chrome/tools/ipclist/ipcfuzz.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/intents/web_intent_data.cc
diff --git a/chrome/browser/intents/web_intent_data.cc b/chrome/browser/intents/web_intent_data.cc
index 1cf25f26395a85fb054eb9884898a1ab631df30c..c3ae57de096269d54e143bd1ac5b37fd117f2d16 100644
--- a/chrome/browser/intents/web_intent_data.cc
+++ b/chrome/browser/intents/web_intent_data.cc
@@ -4,7 +4,7 @@
#include "base/utf_string_conversions.h"
#include "chrome/browser/intents/web_intent_data.h"
-#include <iostream>
+#include <ostream>
WebIntentData::WebIntentData() {}
« no previous file with comments | « breakpad/pending/src/common/module.cc ('k') | chrome/tools/ipclist/ipcfuzz.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698