diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 23:08:47 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 23:08:47 +0000 |
commit | ee9c3d8e6358b609464717aad1e3583fd51d9521 (patch) | |
tree | ba58322055ea4d76b90b34cd566cf501984b88cb /ash/content_support | |
parent | 8c7f4c482515812d94c64dd792a22285751fb5e5 (diff) | |
download | chromium_src-ee9c3d8e6358b609464717aad1e3583fd51d9521.zip chromium_src-ee9c3d8e6358b609464717aad1e3583fd51d9521.tar.gz chromium_src-ee9c3d8e6358b609464717aad1e3583fd51d9521.tar.bz2 |
Add include
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/134173003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/content_support')
-rw-r--r-- | ash/content_support/inject.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/content_support/inject.cc b/ash/content_support/inject.cc index 7f37865..8c3f57b 100644 --- a/ash/content_support/inject.cc +++ b/ash/content_support/inject.cc @@ -6,6 +6,7 @@ #include "ash/content_support/gpu_support_impl.h" #include "ash/shell.h" +#include "base/memory/scoped_ptr.h" namespace ash { |