Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: ios/web/active_state_manager_impl.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/net/cookies/cookie_store_ios.mm ('k') | ios/web/web_state/web_state_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ios/net/cookies/cookie_store_ios.mm ('k') | ios/web/web_state/web_state_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698