diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 17:19:50 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 17:19:50 +0000 |
commit | 3603722dc0afac40a60d91d7340da9f3da4e90d2 (patch) | |
tree | c3025bfa1c1dea98d4588a18fce3801fe0b364f0 /skia | |
parent | d54f6a00bbad514c09793c219ec2e5f3819c1f08 (diff) | |
download | chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.zip chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.tar.gz chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.tar.bz2 |
Remove unneeded uses of base/ref_counted.h.
Review URL: http://codereview.chromium.org/48105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rwxr-xr-x | skia/ext/bitmap_platform_device_mac.cc | 2 | ||||
-rwxr-xr-x | skia/ext/bitmap_platform_device_mac.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/skia/ext/bitmap_platform_device_mac.cc b/skia/ext/bitmap_platform_device_mac.cc index a3f5e74..f752d3d 100755 --- a/skia/ext/bitmap_platform_device_mac.cc +++ b/skia/ext/bitmap_platform_device_mac.cc @@ -11,6 +11,7 @@ #include "SkTypes.h" #include "SkUtils.h" +#include "base/ref_counted.h" #include "skia/ext/skia_utils_mac.h" namespace skia { @@ -295,4 +296,3 @@ void BitmapPlatformDeviceMac::processPixels(int x, int y, } } // namespace skia - diff --git a/skia/ext/bitmap_platform_device_mac.h b/skia/ext/bitmap_platform_device_mac.h index 7116a1b..0cf483f 100755 --- a/skia/ext/bitmap_platform_device_mac.h +++ b/skia/ext/bitmap_platform_device_mac.h @@ -5,7 +5,6 @@ #ifndef SKIA_EXT_BITMAP_PLATFORM_DEVICE_MAC_H_ #define SKIA_EXT_BITMAP_PLATFORM_DEVICE_MAC_H_ -#include "base/ref_counted.h" #include "skia/ext/platform_device_mac.h" namespace skia { @@ -92,4 +91,3 @@ class BitmapPlatformDeviceMac : public PlatformDeviceMac { } // namespace skia #endif // SKIA_EXT_BITMAP_PLATFORM_DEVICE_MAC_H_ - |