Remove use of <iostream> where unnecessary.

Any file which uses <iostream> gains a static initializer, which is both
disallowed by our style guide and also harms startup performance.

Note that Chrome's logging.h uses <ostream> (note missing "i"), which includes
the << operators for logging but does *not* use cin/cout.  This is fine.

BUG=94794

Review URL: http://codereview.chromium.org/7811002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99237 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: a5c0fd98173a9a4fc5674d44afc1594996fc05e0
1 file changed
tree: d5993b3b03d9a68876fd20935030d96fbe88409a
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/