diff options
Diffstat (limited to 'ui/base/animation/animation_container_observer.h')
-rw-r--r-- | ui/base/animation/animation_container_observer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/animation/animation_container_observer.h b/ui/base/animation/animation_container_observer.h index 17fee92..5df7650 100644 --- a/ui/base/animation/animation_container_observer.h +++ b/ui/base/animation/animation_container_observer.h @@ -6,7 +6,7 @@ #define UI_BASE_ANIMATION_ANIMATION_CONTAINER_OBSERVER_H_ #pragma once -#include "ui/ui_api.h" +#include "ui/base/ui_export.h" namespace ui { @@ -14,7 +14,7 @@ class AnimationContainer; // The observer is notified after every update of the animations managed by // the container. -class UI_API AnimationContainerObserver { +class UI_EXPORT AnimationContainerObserver { public: // Invoked on every tick of the timer managed by the container and after // all the animations have updated. |