diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 17:25:28 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 17:25:28 +0000 |
commit | 5d91c9e739630685fbff5341abdbd1259f0e63ff (patch) | |
tree | 04e82f352e32cfa77985b707c55f661a8f733268 /media/tools | |
parent | 37e658bd7bcf3e6a6d474f1826b5b03c4485afcb (diff) | |
download | chromium_src-5d91c9e739630685fbff5341abdbd1259f0e63ff.zip chromium_src-5d91c9e739630685fbff5341abdbd1259f0e63ff.tar.gz chromium_src-5d91c9e739630685fbff5341abdbd1259f0e63ff.tar.bz2 |
base/ header cleanup. Forward declaration instead of including.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3068004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53969 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/tools')
-rw-r--r-- | media/tools/media_bench/media_bench.cc | 1 | ||||
-rw-r--r-- | media/tools/omx_test/omx_test.cc | 1 | ||||
-rw-r--r-- | media/tools/scaler_bench/scaler_bench.cc | 1 | ||||
-rw-r--r-- | media/tools/wav_ola_test/wav_ola_test.cc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/media/tools/media_bench/media_bench.cc b/media/tools/media_bench/media_bench.cc index cdc2560..7e33b81 100644 --- a/media/tools/media_bench/media_bench.cc +++ b/media/tools/media_bench/media_bench.cc @@ -25,6 +25,7 @@ #include "base/file_path.h" #include "base/file_util.h" #include "base/md5.h" +#include "base/string_util.h" #include "base/time.h" #include "base/utf_string_conversions.h" #include "media/base/djb2.h" diff --git a/media/tools/omx_test/omx_test.cc b/media/tools/omx_test/omx_test.cc index 5203eb0..0d7e972 100644 --- a/media/tools/omx_test/omx_test.cc +++ b/media/tools/omx_test/omx_test.cc @@ -13,6 +13,7 @@ #include "base/command_line.h" #include "base/message_loop.h" #include "base/scoped_ptr.h" +#include "base/string_util.h" #include "base/time.h" #include "media/base/data_buffer.h" #include "media/base/media.h" diff --git a/media/tools/scaler_bench/scaler_bench.cc b/media/tools/scaler_bench/scaler_bench.cc index b5d2ae1..2208a17 100644 --- a/media/tools/scaler_bench/scaler_bench.cc +++ b/media/tools/scaler_bench/scaler_bench.cc @@ -11,6 +11,7 @@ #include "base/command_line.h" #include "base/scoped_vector.h" +#include "base/string_util.h" #include "base/time.h" #include "media/base/video_frame.h" #include "media/base/yuv_convert.h" diff --git a/media/tools/wav_ola_test/wav_ola_test.cc b/media/tools/wav_ola_test/wav_ola_test.cc index 4c006c3..0c6b214 100644 --- a/media/tools/wav_ola_test/wav_ola_test.cc +++ b/media/tools/wav_ola_test/wav_ola_test.cc @@ -16,6 +16,7 @@ #include "base/command_line.h" #include "base/file_util.h" #include "base/ref_counted.h" +#include "base/string_util.h" #include "base/utf_string_conversions.h" #include "media/base/data_buffer.h" #include "media/filters/audio_renderer_algorithm_ola.h" |