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

Unified Diff: chrome_frame/test/net/test_automation_resource_message_filter.cc

Issue 15935013: chrome_frame: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license Created 7 years, 7 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
Index: chrome_frame/test/net/test_automation_resource_message_filter.cc
diff --git a/chrome_frame/test/net/test_automation_resource_message_filter.cc b/chrome_frame/test/net/test_automation_resource_message_filter.cc
index 1b3ae8d49c4ea7cb6867c75f5cf9c47ddfb3115a..d6b75b991608d394921040532a702d7fc2e172e0 100644
--- a/chrome_frame/test/net/test_automation_resource_message_filter.cc
+++ b/chrome_frame/test/net/test_automation_resource_message_filter.cc
@@ -66,7 +66,7 @@ bool TestAutomationResourceMessageFilter::RegisterRequest(
// request messages to that loop.
base::AutoLock lock(requests_lock_);
DCHECK(requests_.end() == requests_.find(job->id()));
- RequestJob request_job = { MessageLoop::current(), job };
+ RequestJob request_job = { base::MessageLoop::current(), job };
requests_[job->id()] = request_job;
return true;
}
« no previous file with comments | « chrome_frame/test/net/test_automation_resource_message_filter.h ('k') | chrome_frame/test/proxy_factory_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698