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

Unified Diff: components/view_manager/server_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/view.h ('k') | components/view_manager/server_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/server_view.h
diff --git a/components/view_manager/server_view.h b/components/view_manager/server_view.h
index b307ffd63b8dbb356257173ba9b7341273df9bfc..afe54c765930916ee071d29abb753c19a462e462 100644
--- a/components/view_manager/server_view.h
+++ b/components/view_manager/server_view.h
@@ -110,7 +110,7 @@ class ServerView {
std::map<std::string, std::vector<uint8_t>> properties_;
- ObserverList<ServerViewObserver> observers_;
+ base::ObserverList<ServerViewObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(ServerView);
};
« no previous file with comments | « components/view_manager/public/cpp/view.h ('k') | components/view_manager/server_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698