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

Unified Diff: ui/gfx/sys_color_change_listener.cc

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 | « ui/gfx/display_change_notifier.h ('k') | ui/gfx/win/singleton_hwnd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/sys_color_change_listener.cc
diff --git a/ui/gfx/sys_color_change_listener.cc b/ui/gfx/sys_color_change_listener.cc
index 5291a1ec389b349ade65595d5a61cb40016cb3f1..771e5c01851313379be9687bfab5d85162202b44 100644
--- a/ui/gfx/sys_color_change_listener.cc
+++ b/ui/gfx/sys_color_change_listener.cc
@@ -67,7 +67,7 @@ class SysColorChangeObserver {
void OnWndProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
- ObserverList<SysColorChangeListener> listeners_;
+ base::ObserverList<SysColorChangeListener> listeners_;
scoped_ptr<gfx::SingletonHwndObserver> singleton_hwnd_observer_;
};
« no previous file with comments | « ui/gfx/display_change_notifier.h ('k') | ui/gfx/win/singleton_hwnd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698