Index: content/browser/net/view_http_cache_job_factory.cc |
diff --git a/content/browser/net/view_http_cache_job_factory.cc b/content/browser/net/view_http_cache_job_factory.cc |
index 70e67e500868dad8837ae1d8289621df17332d56..7738f8f111e5b308595baa8db096534a09aaa8ff 100644 |
--- a/content/browser/net/view_http_cache_job_factory.cc |
+++ b/content/browser/net/view_http_cache_job_factory.cc |
@@ -96,7 +96,7 @@ class ViewHttpCacheJob : public net::URLRequestJob { |
}; |
void ViewHttpCacheJob::Start() { |
- MessageLoop::current()->PostTask( |
+ base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&ViewHttpCacheJob::StartAsync, weak_factory_.GetWeakPtr())); |
} |