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

Unified Diff: components/view_manager/public/cpp/lib/view_private.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/animation_runner.h ('k') | components/view_manager/public/cpp/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/lib/view_private.h
diff --git a/components/view_manager/public/cpp/lib/view_private.h b/components/view_manager/public/cpp/lib/view_private.h
index a63711e7787fdc90031c6196f202bf6d02b02ef4..5ab071a69259ddeffff10c558e4bd13862cc04ec 100644
--- a/components/view_manager/public/cpp/lib/view_private.h
+++ b/components/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 | « components/view_manager/animation_runner.h ('k') | components/view_manager/public/cpp/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698