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

Unified Diff: content/child/webkitplatformsupport_impl.cc

Issue 186193005: Move resource_loader_bridge to content/public/child/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: content/child/webkitplatformsupport_impl.cc
diff --git a/content/child/webkitplatformsupport_impl.cc b/content/child/webkitplatformsupport_impl.cc
index 13b2603d2c7b0b6f7dce4ebbbc8ff00b38c7e7b5..75238d254ab0fc44ba86fd348dd554f8737c76ae 100644
--- a/content/child/webkitplatformsupport_impl.cc
+++ b/content/child/webkitplatformsupport_impl.cc
@@ -27,9 +27,8 @@ base::StringPiece WebKitPlatformSupportImpl::GetDataResource(
return GetContentClient()->GetDataResource(resource_id, scale_factor);
}
-webkit_glue::ResourceLoaderBridge*
-WebKitPlatformSupportImpl::CreateResourceLoader(
- const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info) {
+ResourceLoaderBridge* WebKitPlatformSupportImpl::CreateResourceLoader(
+ const ResourceLoaderBridge::RequestInfo& request_info) {
return ChildThread::current()->CreateBridge(request_info);
}

Powered by Google App Engine
This is Rietveld 408576698