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

Unified Diff: services/view_manager/server_view.h

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/animation_runner.h ('k') | services/view_manager/server_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/view_manager/server_view.h
diff --git a/services/view_manager/server_view.h b/services/view_manager/server_view.h
index bf178476f1ff2985550faead7b6e4c80be84ee7a..b8f07b04f097487d251fa5faaf19ad3223c514b3 100644
--- a/services/view_manager/server_view.h
+++ b/services/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 | « services/view_manager/animation_runner.h ('k') | services/view_manager/server_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698