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

Unified Diff: mojo/services/view_manager/public/cpp/lib/view_private.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 | « mojo/gpu/gl_context.h ('k') | mojo/services/view_manager/public/cpp/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/public/cpp/lib/view_private.h
diff --git a/mojo/services/view_manager/public/cpp/lib/view_private.h b/mojo/services/view_manager/public/cpp/lib/view_private.h
index 0b582806c53ef01e8e491a37c46d76b52cdfe90f..1d149a56170554d7fa77d470a51741194bc90287 100644
--- a/mojo/services/view_manager/public/cpp/lib/view_private.h
+++ b/mojo/services/view_manager/public/cpp/lib/view_private.h
@@ -19,7 +19,7 @@ class ViewPrivate {
// Creates and returns a new View. Caller owns the return value.
static View* LocalCreate();
- ObserverList<ViewObserver>* observers() { return &view_->observers_; }
+ base::ObserverList<ViewObserver>* observers() { return &view_->observers_; }
void ClearParent() { view_->parent_ = NULL; }
« no previous file with comments | « mojo/gpu/gl_context.h ('k') | mojo/services/view_manager/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698