| Index: ui/gfx/image/image_unittest_util.h
|
| diff --git a/ui/gfx/image/image_unittest_util.h b/ui/gfx/image/image_unittest_util.h
|
| index de971332eac934f295f03a2632f7439dcb5b3afa..4560ce61e0658f944b65002834a8b54503c40733 100644
|
| --- a/ui/gfx/image/image_unittest_util.h
|
| +++ b/ui/gfx/image/image_unittest_util.h
|
| @@ -14,7 +14,9 @@
|
| namespace gfx {
|
| namespace test {
|
|
|
| -#if defined(OS_MACOSX)
|
| +#if defined(OS_IOS)
|
| +typedef UIImage* PlatformImage;
|
| +#elif defined(OS_MACOSX)
|
| typedef NSImage* PlatformImage;
|
| #elif defined(TOOLKIT_GTK)
|
| typedef GdkPixbuf* PlatformImage;
|
|
|