summaryrefslogtreecommitdiffstats
path: root/ash/launcher/view_model_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/launcher/view_model_utils.h')
-rw-r--r--ash/launcher/view_model_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/launcher/view_model_utils.h b/ash/launcher/view_model_utils.h
index d6d9a9b..89c748c 100644
--- a/ash/launcher/view_model_utils.h
+++ b/ash/launcher/view_model_utils.h
@@ -7,7 +7,7 @@
#pragma once
#include "base/basictypes.h"
-#include "ui/aura_shell/aura_shell_export.h"
+#include "ash/ash_export.h"
namespace views {
class View;
@@ -17,7 +17,7 @@ namespace aura_shell {
class ViewModel;
-class AURA_SHELL_EXPORT ViewModelUtils {
+class ASH_EXPORT ViewModelUtils {
public:
// Sets the bounds of each view to its ideal bounds.
static void SetViewBoundsToIdealBounds(const ViewModel& model);