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

Unified Diff: gin/modules/module_registry.h

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « crypto/secure_hash_unittest.cc ('k') | gpu/command_buffer/service/shader_translator.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 439207eaf3f51e6f6a590125567cc61c91904e46..cb06bd446c4dac593e003085db0ecca84bddf0d3 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 | « crypto/secure_hash_unittest.cc ('k') | gpu/command_buffer/service/shader_translator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698