Index: ash/wm/lock_state_controller.h |
diff --git a/ash/wm/lock_state_controller.h b/ash/wm/lock_state_controller.h |
index 7109e732c97b99524d4fc40ba302bf0c8013b7cd..b6d134f9e7d9147e139c5ec21cbb425f716016a9 100644 |
--- a/ash/wm/lock_state_controller.h |
+++ b/ash/wm/lock_state_controller.h |
@@ -265,15 +265,15 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver, |
// Fades in background layer with |speed| if it was hidden in unlocked state. |
void AnimateBackgroundAppearanceIfNecessary( |
- ash::internal::SessionStateAnimator::AnimationSpeed speed, |
+ ash::SessionStateAnimator::AnimationSpeed speed, |
ui::LayerAnimationObserver* observer); |
// Fades out background layer with |speed| if it was hidden in unlocked state. |
void AnimateBackgroundHidingIfNecessary( |
- ash::internal::SessionStateAnimator::AnimationSpeed speed, |
+ ash::SessionStateAnimator::AnimationSpeed speed, |
ui::LayerAnimationObserver* observer); |
- scoped_ptr<internal::SessionStateAnimator> animator_; |
+ scoped_ptr<SessionStateAnimator> animator_; |
scoped_ptr<LockStateControllerDelegate> delegate_; |