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

Unified Diff: extensions/browser/extension_prefs.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/browser/extension_pref_value_map.h ('k') | extensions/browser/extension_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_prefs.h
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
index 88ff025f2b21853549589d822f4353afcb1d2b3b..9cd810e7ea6afba5d569e9121672b41857f16c6f 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -688,7 +688,7 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
bool extensions_disabled_;
- ObserverList<ExtensionPrefsObserver> observer_list_;
+ base::ObserverList<ExtensionPrefsObserver> observer_list_;
DISALLOW_COPY_AND_ASSIGN(ExtensionPrefs);
};
« no previous file with comments | « extensions/browser/extension_pref_value_map.h ('k') | extensions/browser/extension_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698