From dc9d9f5a3d05c52e23e629752c696cd25c1997e0 Mon Sep 17 00:00:00 2001 From: "stevenjb@google.com" Date: Wed, 30 May 2012 23:25:49 +0000 Subject: Add ASH_EXPORT to TrayBackgroundView BUG=124914 TEST=win_aura compiles TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10448091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139679 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/system/tray/tray_background_view.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h index 6871f67..b1233fd 100644 --- a/ash/system/tray/tray_background_view.h +++ b/ash/system/tray/tray_background_view.h @@ -6,6 +6,7 @@ #define ASH_SYSTEM_TRAY_TRAY_BACKGROUND_VIEW_H_ #pragma once +#include "ash/ash_export.h" #include "ash/launcher/background_animator.h" #include "ash/system/tray/tray_views.h" @@ -19,8 +20,8 @@ class TrayBackground; // his shown/hidden. It also inherits from ActionableView so that the tray // items can override PerformAction when clicked on. -class TrayBackgroundView : public internal::ActionableView, - public BackgroundAnimatorDelegate { +class ASH_EXPORT TrayBackgroundView : public internal::ActionableView, + public BackgroundAnimatorDelegate { public: TrayBackgroundView(); virtual ~TrayBackgroundView(); -- cgit v1.1