summaryrefslogtreecommitdiffstats
path: root/ios/web/active_state_manager_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/web/active_state_manager_impl.h')
-rw-r--r--ios/web/active_state_manager_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/web/active_state_manager_impl.h b/ios/web/active_state_manager_impl.h
index 05efd40..564f55b 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);
};