Index: cc/animation/scroll_offset_animation_curve.h |
diff --git a/cc/animation/scroll_offset_animation_curve.h b/cc/animation/scroll_offset_animation_curve.h |
index 175b4af476b3a233fb69f4e03794c11723618e6e..6572dc55f5b75b1aad589c7d87db9e13b38cdd3f 100644 |
--- a/cc/animation/scroll_offset_animation_curve.h |
+++ b/cc/animation/scroll_offset_animation_curve.h |
@@ -10,14 +10,14 @@ |
#include "base/macros.h" |
#include "base/time/time.h" |
#include "cc/animation/animation_curve.h" |
-#include "cc/base/cc_export.h" |
+#include "cc/animation/animation_export.h" |
#include "ui/gfx/geometry/scroll_offset.h" |
namespace cc { |
class TimingFunction; |
-class CC_EXPORT ScrollOffsetAnimationCurve : public AnimationCurve { |
+class CC_ANIMATION_EXPORT ScrollOffsetAnimationCurve : public AnimationCurve { |
public: |
enum class DurationBehavior { DELTA_BASED, CONSTANT, INVERSE_DELTA }; |
static std::unique_ptr<ScrollOffsetAnimationCurve> Create( |