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

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.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_registry.h ('k') | extensions/browser/process_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_view_guest.h
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h
index fcfd800057aba7eb8f4c1eff9e084f6329c5e6a1..517c1db5095b46150adc5cabcdfd314e1876b903 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h
@@ -353,7 +353,7 @@ class WebViewGuest : public guest_view::GuestView<WebViewGuest>,
// Handles find requests and replies for the webview find API.
WebViewFindHelper find_helper_;
- ObserverList<ScriptExecutionObserver> script_observers_;
+ base::ObserverList<ScriptExecutionObserver> script_observers_;
scoped_ptr<ScriptExecutor> script_executor_;
content::NotificationRegistrar notification_registrar_;
« no previous file with comments | « extensions/browser/extension_registry.h ('k') | extensions/browser/process_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698