diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 17:30:06 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-12 17:30:06 +0000 |
commit | b5558cf212f53fb81dbcbe522b5b2eede5d4641b (patch) | |
tree | 2889b42e521035a19e809245f53967b2c67ef02c /chrome/browser/utility_process_host.h | |
parent | ada3b7edfa206d22f2080ad287805d6a636190ec (diff) | |
download | chromium_src-b5558cf212f53fb81dbcbe522b5b2eede5d4641b.zip chromium_src-b5558cf212f53fb81dbcbe522b5b2eede5d4641b.tar.gz chromium_src-b5558cf212f53fb81dbcbe522b5b2eede5d4641b.tar.bz2 |
Header cleanup: SkBitmap and other unnecessary includes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2891008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/utility_process_host.h')
-rw-r--r-- | chrome/browser/utility_process_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h index 122d5a0..c21f5e5 100644 --- a/chrome/browser/utility_process_host.h +++ b/chrome/browser/utility_process_host.h @@ -15,11 +15,11 @@ #include "chrome/browser/chrome_thread.h" #include "chrome/common/extensions/update_manifest.h" #include "ipc/ipc_channel.h" -#include "third_party/skia/include/core/SkBitmap.h" class CommandLine; class DictionaryValue; class ListValue; +class SkBitmap; // This class acts as the browser-side host to a utility child process. A // utility process is a short-lived sandboxed process that is created to run |