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

Unified Diff: services/view_manager/server_view.cc

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 | « services/view_manager/server_view.h ('k') | services/window_manager/capture_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/view_manager/server_view.cc
diff --git a/services/view_manager/server_view.cc b/services/view_manager/server_view.cc
index cdbfaff464aef9fea3c0041c90694c9f88530fb7..c2ccb1ee7cf9f8c228ecde2a5c712fd06fe83205 100644
--- a/services/view_manager/server_view.cc
+++ b/services/view_manager/server_view.cc
@@ -21,7 +21,7 @@ ServerView::ServerView(ServerViewDelegate* delegate, const ViewId& id)
// Don't notify newly added observers during notification. This causes
// problems for code that adds an observer as part of an observer
// notification (such as ServerViewDrawTracker).
- observers_(ObserverList<ServerViewObserver>::NOTIFY_EXISTING_ONLY) {
+ observers_(base::ObserverList<ServerViewObserver>::NOTIFY_EXISTING_ONLY) {
DCHECK(delegate); // Must provide a delegate.
}
« no previous file with comments | « services/view_manager/server_view.h ('k') | services/window_manager/capture_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698