diff options
Diffstat (limited to 'webkit/blob/deletable_file_reference_unittest.cc')
-rw-r--r-- | webkit/blob/deletable_file_reference_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/blob/deletable_file_reference_unittest.cc b/webkit/blob/deletable_file_reference_unittest.cc index 8d764d9..d7c1d83 100644 --- a/webkit/blob/deletable_file_reference_unittest.cc +++ b/webkit/blob/deletable_file_reference_unittest.cc @@ -14,7 +14,7 @@ namespace webkit_blob { TEST(DeletableFileReferenceTest, TestReferences) { scoped_refptr<base::MessageLoopProxy> loop_proxy = - base::MessageLoopProxy::CreateForCurrentThread(); + base::MessageLoopProxy::current(); ScopedTempDir temp_dir; ASSERT_TRUE(temp_dir.CreateUniqueTempDir()); |