diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 01:48:02 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-24 01:48:02 +0000 |
commit | 8727059c45d9c4b31431cf6b650997658b1f02ce (patch) | |
tree | 8f0f27d5575e7ec2080db2bbd25a07dfbdab4f0b /chrome | |
parent | 6de7083aadd26424c55d1433a005eb630a28d384 (diff) | |
download | chromium_src-8727059c45d9c4b31431cf6b650997658b1f02ce.zip chromium_src-8727059c45d9c4b31431cf6b650997658b1f02ce.tar.gz chromium_src-8727059c45d9c4b31431cf6b650997658b1f02ce.tar.bz2 |
Fix missing include in r10237
TBR=?
Review URL: http://codereview.chromium.org/28059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10243 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/renderer/media/data_source_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/renderer/media/data_source_impl.cc b/chrome/renderer/media/data_source_impl.cc index 24d3995..3b8af52 100644 --- a/chrome/renderer/media/data_source_impl.cc +++ b/chrome/renderer/media/data_source_impl.cc @@ -2,6 +2,7 @@ // source code is governed by a BSD-style license that can be found in the // LICENSE file. +#include "base/compiler_specific.h" #include "base/message_loop.h" #include "chrome/renderer/media/data_source_impl.h" #include "chrome/renderer/render_view.h" |