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

Unified Diff: media/tools/wav_ola_test/wav_ola_test.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: media/tools/wav_ola_test/wav_ola_test.cc
diff --git a/media/tools/wav_ola_test/wav_ola_test.cc b/media/tools/wav_ola_test/wav_ola_test.cc
index d3a59a8710ee6e21c770e0f54085e9a192dd71b0..b9d347a1344420f91d1bc6c48fc783d452184b37 100644
--- a/media/tools/wav_ola_test/wav_ola_test.cc
+++ b/media/tools/wav_ola_test/wav_ola_test.cc
@@ -9,7 +9,7 @@
//
// wav_ola_test RATE INFILE OUTFILE
-#include <iostream>
+#include <ostream>
#include <string>
#include "base/callback.h"

Powered by Google App Engine
This is Rietveld 408576698