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

Unified Diff: gin/modules/module_registry.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 | « extensions/renderer/user_script_set_manager.h ('k') | google_apis/drive/auth_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/modules/module_registry.h
diff --git a/gin/modules/module_registry.h b/gin/modules/module_registry.h
index b67387b2ac5815811e4eb53a6e518dd2e65fe3f2..a2e0d0bb5277dd9836ccde3e052be0d55edbdfb1 100644
--- a/gin/modules/module_registry.h
+++ b/gin/modules/module_registry.h
@@ -99,7 +99,7 @@ class GIN_EXPORT ModuleRegistry {
PendingModuleVector pending_modules_;
v8::Persistent<v8::Object> modules_;
- ObserverList<ModuleRegistryObserver> observer_list_;
+ base::ObserverList<ModuleRegistryObserver> observer_list_;
DISALLOW_COPY_AND_ASSIGN(ModuleRegistry);
};
« no previous file with comments | « extensions/renderer/user_script_set_manager.h ('k') | google_apis/drive/auth_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698