diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 20:46:54 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 20:46:54 +0000 |
commit | 6d11ff807a6e0d3f0e769dc8587da281230c9e89 (patch) | |
tree | b623ab0d0973962263bef94a6ba460820b1cb621 /media | |
parent | 5b29a145327916e67cf09ea6710e4b1ad1eb7c51 (diff) | |
download | chromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.zip chromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.tar.gz chromium_src-6d11ff807a6e0d3f0e769dc8587da281230c9e89.tar.bz2 |
Cleanup: Add a bunch of missing includes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2018001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/tools/player_wtl/movie.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media/tools/player_wtl/movie.h b/media/tools/player_wtl/movie.h index ed81182..e505165 100644 --- a/media/tools/player_wtl/movie.h +++ b/media/tools/player_wtl/movie.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,6 +9,7 @@ #include "media/tools/player_wtl/player_wtl.h" +#include "base/ref_counted.h" #include "base/scoped_ptr.h" #include "base/singleton.h" #include "base/thread.h" |