Index: chrome/browser/sync/weak_handle.cc |
diff --git a/chrome/browser/sync/weak_handle.cc b/chrome/browser/sync/weak_handle.cc |
index 1c78307f9fab45f584cbe1264932c4cca8a99d2c..b08030a5e1314688f7ad89ea74c6934bafca67e3 100644 |
--- a/chrome/browser/sync/weak_handle.cc |
+++ b/chrome/browser/sync/weak_handle.cc |
@@ -15,7 +15,7 @@ namespace internal { |
WeakHandleCoreBase::WeakHandleCoreBase() |
: owner_loop_(MessageLoop::current()), |
- owner_loop_proxy_(base::MessageLoopProxy::CreateForCurrentThread()), |
+ owner_loop_proxy_(base::MessageLoopProxy::current()), |
destroyed_on_owner_thread_(false) { |
owner_loop_->AddDestructionObserver(this); |
} |