summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 23:25:49 +0000
committerstevenjb@google.com <stevenjb@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 23:25:49 +0000
commitdc9d9f5a3d05c52e23e629752c696cd25c1997e0 (patch)
tree44f0cbb43a30429a196860d6cbe14c02669885e6
parenta66aa94042d130a8c1220be94468f640aedf6db4 (diff)
downloadchromium_src-dc9d9f5a3d05c52e23e629752c696cd25c1997e0.zip
chromium_src-dc9d9f5a3d05c52e23e629752c696cd25c1997e0.tar.gz
chromium_src-dc9d9f5a3d05c52e23e629752c696cd25c1997e0.tar.bz2
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
-rw-r--r--ash/system/tray/tray_background_view.h5
1 files 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();