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

Unified Diff: ash/display/display_controller.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 | « ash/desktop_background/desktop_background_controller.h ('k') | ash/display/screen_ash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_controller.h
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
index bb476ef4369ff559f1f84caf202252f23bcb5636..40e3ed291550bf23653a8afbf204b6b3036d2707 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -207,7 +207,7 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver,
// The mapping from display ID to its window tree host.
WindowTreeHostMap window_tree_hosts_;
- ObserverList<Observer> observers_;
+ base::ObserverList<Observer> observers_;
// Store the primary window tree host temporarily while replacing
// display.
« no previous file with comments | « ash/desktop_background/desktop_background_controller.h ('k') | ash/display/screen_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698