| Index: ios/web/active_state_manager_impl.h
|
| diff --git a/ios/web/active_state_manager_impl.h b/ios/web/active_state_manager_impl.h
|
| index 05efd400b8f16f5bced36d82adf228fc4a7b2312..564f55bbcfd4a1122009b8f4118758c4c47a202e 100644
|
| --- a/ios/web/active_state_manager_impl.h
|
| +++ b/ios/web/active_state_manager_impl.h
|
| @@ -48,7 +48,7 @@ class ActiveStateManagerImpl : public ActiveStateManager,
|
| // true if the ActiveStateManager is active.
|
| bool active_;
|
| // The list of observers.
|
| - ObserverList<Observer> observer_list_;
|
| + base::ObserverList<Observer> observer_list_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ActiveStateManagerImpl);
|
| };
|
|
|