| Index: base/observer_list_threadsafe.h
|
| diff --git a/base/observer_list_threadsafe.h b/base/observer_list_threadsafe.h
|
| index 3b47c83f7e9ab012989740b9c44ae8d6794ec909..22cc9510357dacfb01013686850de60fcead069b 100644
|
| --- a/base/observer_list_threadsafe.h
|
| +++ b/base/observer_list_threadsafe.h
|
| @@ -185,7 +185,7 @@ class ObserverListThreadSafe
|
|
|
| struct ObserverListContext {
|
| explicit ObserverListContext(NotificationType type)
|
| - : loop(base::MessageLoopProxy::CreateForCurrentThread()),
|
| + : loop(base::MessageLoopProxy::current()),
|
| list(type) {
|
| }
|
|
|
|
|