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

Unified Diff: ios/net/cookies/cookie_store_ios.mm

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 | « gpu/command_buffer/service/valuebuffer_manager.h ('k') | ios/web/active_state_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/cookies/cookie_store_ios.mm
diff --git a/ios/net/cookies/cookie_store_ios.mm b/ios/net/cookies/cookie_store_ios.mm
index 4ccf8b700d4e937efb37b12e2c70c5e819ab6720..bd071509c7a7de7eb6c3763eefb6a817d302c78d 100644
--- a/ios/net/cookies/cookie_store_ios.mm
+++ b/ios/net/cookies/cookie_store_ios.mm
@@ -60,7 +60,7 @@ class NotificationTrampoline {
NotificationTrampoline();
~NotificationTrampoline();
- ObserverList<CookieNotificationObserver> observer_list_;
+ base::ObserverList<CookieNotificationObserver> observer_list_;
DISALLOW_COPY_AND_ASSIGN(NotificationTrampoline);
« no previous file with comments | « gpu/command_buffer/service/valuebuffer_manager.h ('k') | ios/web/active_state_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698