summaryrefslogtreecommitdiffstats
path: root/ash/launcher/view_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/launcher/view_model.h')
-rw-r--r--ash/launcher/view_model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/launcher/view_model.h b/ash/launcher/view_model.h
index 0e81c99..67388c7 100644
--- a/ash/launcher/view_model.h
+++ b/ash/launcher/view_model.h
@@ -9,7 +9,7 @@
#include <vector>
#include "base/basictypes.h"
-#include "ui/aura_shell/aura_shell_export.h"
+#include "ash/ash_export.h"
#include "ui/gfx/rect.h"
namespace views {
@@ -23,7 +23,7 @@ namespace aura_shell {
// coordinate conversion as you have to account for the possibility of the
// indices from the model not lining up with those you expect. This class lets
// you define the 'interesting' views and operate on those views.
-class AURA_SHELL_EXPORT ViewModel {
+class ASH_EXPORT ViewModel {
public:
ViewModel();
~ViewModel();