Index: ash/desktop_background/desktop_background_resources.h |
diff --git a/ash/desktop_background/desktop_background_resources.h b/ash/desktop_background/desktop_background_resources.h |
index 1bcfdf88e1a2476d86c62a11a89483054cd822bd..e25b4c13a66c6afac55272d6b86c1977a7fd6e98 100644 |
--- a/ash/desktop_background/desktop_background_resources.h |
+++ b/ash/desktop_background/desktop_background_resources.h |
@@ -5,14 +5,16 @@ |
#ifndef ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_RESOURCES_H_ |
#define ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_RESOURCES_H_ |
+#include "ash/ash_export.h" |
+ |
class SkBitmap; |
namespace ash { |
-int GetDefaultWallpaperIndex(); |
-int GetWallpaperCount(); |
-const SkBitmap& GetWallpaper(int index); |
-const SkBitmap& GetWallpaperThumbnail(int index); |
+ASH_EXPORT int GetDefaultWallpaperIndex(); |
+ASH_EXPORT int GetWallpaperCount(); |
+ASH_EXPORT const SkBitmap& GetWallpaper(int index); |
+ASH_EXPORT const SkBitmap& GetWallpaperThumbnail(int index); |
} // namespace ash |