Chromium Code Reviews| Index: ui/gfx/mac/nsimage_cache.h |
| diff --git a/ui/gfx/mac/nsimage_cache.h b/ui/gfx/mac/nsimage_cache.h |
| index bb662d0f5a0781f570921ded8127aeed2c1b3dbe..66d5488c412f3130f25f772942e4a8b6fc2d430f 100644 |
| --- a/ui/gfx/mac/nsimage_cache.h |
| +++ b/ui/gfx/mac/nsimage_cache.h |
| @@ -28,7 +28,7 @@ namespace gfx { |
| UI_EXPORT NSImage* GetCachedImageWithName(NSString* name); |
| // Clears the image cache. |
| -void ClearCachedImages(void); |
| +UI_EXPORT void ClearCachedImages(void); |
| } // namespace gfx |