| Index: content/child/webkitplatformsupport_impl.cc
|
| diff --git a/content/child/webkitplatformsupport_impl.cc b/content/child/webkitplatformsupport_impl.cc
|
| index 99b1632f3648a085209dfa7780a6c1f782c2bee6..64877469253f1d511493ebef2babf3defde3fb40 100644
|
| --- a/content/child/webkitplatformsupport_impl.cc
|
| +++ b/content/child/webkitplatformsupport_impl.cc
|
| @@ -30,7 +30,7 @@ base::StringPiece WebKitPlatformSupportImpl::GetDataResource(
|
|
|
| webkit_glue::ResourceLoaderBridge*
|
| WebKitPlatformSupportImpl::CreateResourceLoader(
|
| - const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info) {
|
| + const RequestInfo& request_info) {
|
| return ChildThread::current()->CreateBridge(request_info);
|
| }
|
|
|
|
|