| Index: ash/shelf/shelf_button.cc
|
| diff --git a/ash/shelf/shelf_button.cc b/ash/shelf/shelf_button.cc
|
| index 388bf48f8b6fa084b727ed80cdf6f20b2f99c0f0..a6dc835ccfa14c401d385776b3aa77f8c1b09726 100644
|
| --- a/ash/shelf/shelf_button.cc
|
| +++ b/ash/shelf/shelf_button.cc
|
| @@ -98,7 +98,7 @@ class ShelfButtonAnimation : public gfx::AnimationDelegate {
|
| }
|
|
|
| gfx::ThrobAnimation animation_;
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShelfButtonAnimation);
|
| };
|
|
|