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

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

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.h
diff --git a/chrome_frame/test/net/test_automation_resource_message_filter.h b/chrome_frame/test/net/test_automation_resource_message_filter.h
index 4630401bd53b9ce67b1b23bcd5823f175474e9d0..56fd03ac8ab5b24cd76e23c3ca090868a0fe8300 100644
--- a/chrome_frame/test/net/test_automation_resource_message_filter.h
+++ b/chrome_frame/test/net/test_automation_resource_message_filter.h
@@ -44,7 +44,7 @@ class TestAutomationResourceMessageFilter
AutomationProvider* automation_;
// declare the request map.
struct RequestJob {
- MessageLoop* loop_;
+ base::MessageLoop* loop_;
scoped_refptr<URLRequestAutomationJob> job_;
};
typedef std::map<int, RequestJob> RequestMap;
« no previous file with comments | « chrome_frame/test/net/fake_external_tab.cc ('k') | chrome_frame/test/net/test_automation_resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698