Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: webkit/blob/blob_url_request_job_unittest.cc

Issue 7583053: Add MessageLoopProxy::current (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No need for MessageLoopProxy destruction observer. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/drmemory/suppressions.txt ('k') | webkit/blob/deletable_file_reference_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/blob_url_request_job_unittest.cc
diff --git a/webkit/blob/blob_url_request_job_unittest.cc b/webkit/blob/blob_url_request_job_unittest.cc
index 6a0bb6f93bedba8d8623d027f1785f18e658e9ff..e263ca95bcbd4113b1d8f2ffad5ba3239ca73845 100644
--- a/webkit/blob/blob_url_request_job_unittest.cc
+++ b/webkit/blob/blob_url_request_job_unittest.cc
@@ -254,7 +254,7 @@ class BlobURLRequestJobTest : public testing::Test {
blob_url_request_job_ = new BlobURLRequestJob(
request_.get(),
blob_data,
- base::MessageLoopProxy::CreateForCurrentThread());
+ base::MessageLoopProxy::current());
// Start the request.
if (!extra_headers.IsEmpty())
« no previous file with comments | « tools/valgrind/drmemory/suppressions.txt ('k') | webkit/blob/deletable_file_reference_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698