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

Unified Diff: extensions/browser/extension_host.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/app_window/app_window_registry.h ('k') | extensions/browser/extension_icon_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_host.h
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
index 3ae0d869c897ecbbccfa487a4f88be71ff093388..846eb5087772d5ef8da11df04e6c10c3cb6ed8b3 100644
--- a/extensions/browser/extension_host.h
+++ b/extensions/browser/extension_host.h
@@ -209,8 +209,8 @@ class ExtensionHost : public DeferredStartRenderHost,
// started only once the ExtensionHost has exited the ExtensionHostQueue.
scoped_ptr<base::ElapsedTimer> load_start_;
- ObserverList<ExtensionHostObserver> observer_list_;
- ObserverList<DeferredStartRenderHostObserver>
+ base::ObserverList<ExtensionHostObserver> observer_list_;
+ base::ObserverList<DeferredStartRenderHostObserver>
deferred_start_render_host_observer_list_;
DISALLOW_COPY_AND_ASSIGN(ExtensionHost);
« no previous file with comments | « extensions/browser/app_window/app_window_registry.h ('k') | extensions/browser/extension_icon_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698