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

Unified Diff: components/view_manager/public/cpp/view.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 | « components/view_manager/public/cpp/lib/view_private.h ('k') | components/view_manager/server_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/public/cpp/view.h
diff --git a/components/view_manager/public/cpp/view.h b/components/view_manager/public/cpp/view.h
index 8df4d1c0eefa4cbeff1c36ac12d87ae8e1cf0504..311d89dc07f8fe90b0e2f078d208968395637a48 100644
--- a/components/view_manager/public/cpp/view.h
+++ b/components/view_manager/public/cpp/view.h
@@ -187,7 +187,7 @@ class View {
View* parent_;
Children children_;
- ObserverList<ViewObserver> observers_;
+ base::ObserverList<ViewObserver> observers_;
Rect bounds_;
ViewportMetricsPtr viewport_metrics_;
« no previous file with comments | « components/view_manager/public/cpp/lib/view_private.h ('k') | components/view_manager/server_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698