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

Unified Diff: media/base/user_input_monitor_win.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 | « media/base/user_input_monitor_linux.cc ('k') | mojo/common/message_pump_mojo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/user_input_monitor_win.cc
diff --git a/media/base/user_input_monitor_win.cc b/media/base/user_input_monitor_win.cc
index 62102367f7e4619ce573b8ae9f2760537fd4cd3c..3e172c418d8561a4eac9e4855b198db4229af9db 100644
--- a/media/base/user_input_monitor_win.cc
+++ b/media/base/user_input_monitor_win.cc
@@ -60,8 +60,8 @@ class UserInputMonitorWinCore
// Task runner on which |window_| is created.
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
- scoped_refptr<ObserverListThreadSafe<UserInputMonitor::MouseEventListener> >
- mouse_listeners_;
+ scoped_refptr<base::ObserverListThreadSafe<
+ UserInputMonitor::MouseEventListener>> mouse_listeners_;
// These members are only accessed on the UI thread.
scoped_ptr<base::win::MessageWindow> window_;
« no previous file with comments | « media/base/user_input_monitor_linux.cc ('k') | mojo/common/message_pump_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698