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

Unified Diff: media/tools/scaler_bench/scaler_bench.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/scaler_bench/scaler_bench.cc
diff --git a/media/tools/scaler_bench/scaler_bench.cc b/media/tools/scaler_bench/scaler_bench.cc
index aa8e227d5ec0cb00898abda358e81842cb30ff9b..443edf8eab1b24635b10eb7172879e06c9810d0d 100644
--- a/media/tools/scaler_bench/scaler_bench.cc
+++ b/media/tools/scaler_bench/scaler_bench.cc
@@ -6,7 +6,7 @@
// code. It times performance of the scaler with and without filtering.
// It also measures performance of the Skia scaler for comparison.
-#include <iostream>
+#include <ostream>
#include <vector>
#include "base/command_line.h"

Powered by Google App Engine
This is Rietveld 408576698