| Index: chrome/browser/sync/notifier/p2p_notifier.cc
|
| diff --git a/chrome/browser/sync/notifier/p2p_notifier.cc b/chrome/browser/sync/notifier/p2p_notifier.cc
|
| index ba23eb3849edbd164a773139a0d9586b1c46aa06..197de34824c20ccd7eb8536bee081caf87df31a8 100644
|
| --- a/chrome/browser/sync/notifier/p2p_notifier.cc
|
| +++ b/chrome/browser/sync/notifier/p2p_notifier.cc
|
| @@ -27,7 +27,7 @@ P2PNotifier::P2PNotifier(
|
| logged_in_(false),
|
| notifications_enabled_(false),
|
| parent_message_loop_proxy_(
|
| - base::MessageLoopProxy::CreateForCurrentThread()) {
|
| + base::MessageLoopProxy::current()) {
|
| talk_mediator_->SetDelegate(this);
|
| }
|
|
|
|
|