| Index: chrome_frame/urlmon_url_request.cc
|
| diff --git a/chrome_frame/urlmon_url_request.cc b/chrome_frame/urlmon_url_request.cc
|
| index 2b37d0e75417ace86dfeadc9eafcfce5f4493213..bc21973d9e3d75af26e7980d8347530c7c343f36 100644
|
| --- a/chrome_frame/urlmon_url_request.cc
|
| +++ b/chrome_frame/urlmon_url_request.cc
|
| @@ -1408,7 +1408,7 @@ UrlmonUrlRequestManager::UrlmonUrlRequestManager()
|
| GetConfigBool(true, kUseBackgroundThreadForSubResources);
|
| if (background_worker_thread_enabled_) {
|
| base::Thread::Options options;
|
| - options.message_loop_type = MessageLoop::TYPE_UI;
|
| + options.message_loop_type = base::MessageLoop::TYPE_UI;
|
| background_thread_->StartWithOptions(options);
|
| }
|
| }
|
|
|