From a5c0fd98173a9a4fc5674d44afc1594996fc05e0 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Thu, 1 Sep 2011 20:19:53 +0000 Subject: Remove use of where unnecessary. Any file which uses gains a static initializer, which is both disallowed by our style guide and also harms startup performance. Note that Chrome's logging.h uses (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 --- media/tools/shader_bench/shader_bench.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/tools') diff --git a/media/tools/shader_bench/shader_bench.cc b/media/tools/shader_bench/shader_bench.cc index fd4adc5..23ff542 100644 --- a/media/tools/shader_bench/shader_bench.cc +++ b/media/tools/shader_bench/shader_bench.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include -#include +#include #include #include -- cgit v1.1