Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(902)

Unified Diff: ash/desktop_background/desktop_background_resources.h

Issue 9706065: Fixes component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698