Index: base/file_util_proxy.cc |
diff --git a/base/file_util_proxy.cc b/base/file_util_proxy.cc |
index 9b9ed88ff036a910af4ce652322427a0fa7d9b91..cea9c40b60b5d662fd25a6f1d4fd174e7126ec9f 100644 |
--- a/base/file_util_proxy.cc |
+++ b/base/file_util_proxy.cc |
@@ -73,7 +73,7 @@ class MessageLoopRelay |
public: |
MessageLoopRelay() |
: origin_message_loop_proxy_( |
- base::MessageLoopProxy::CreateForCurrentThread()), |
+ base::MessageLoopProxy::current()), |
error_code_(base::PLATFORM_FILE_OK) { |
} |