| Index: ui/chromeos/network/network_icon_animation.h
|
| diff --git a/ui/chromeos/network/network_icon_animation.h b/ui/chromeos/network/network_icon_animation.h
|
| index 56ed2a2ed908392397bee4edd4000911271671fc..f37791b790aa5fa3aab3e121598bbd9f49cbedc7 100644
|
| --- a/ui/chromeos/network/network_icon_animation.h
|
| +++ b/ui/chromeos/network/network_icon_animation.h
|
| @@ -39,7 +39,7 @@ class UI_CHROMEOS_EXPORT NetworkIconAnimation : public gfx::AnimationDelegate {
|
|
|
| private:
|
| gfx::ThrobAnimation animation_;
|
| - ObserverList<AnimationObserver> observers_;
|
| + base::ObserverList<AnimationObserver> observers_;
|
| };
|
|
|
| } // namespace network_icon
|
|
|