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

Unified Diff: content/child/child_thread.h

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/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 89156baadccba8ad9015047f605f00ecb59d62d7..d77e311e63634435beb675f662a2ae239f5eb6ed 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -15,8 +15,8 @@
#include "base/tracked_objects.h"
#include "content/common/content_export.h"
#include "content/common/message_router.h"
+#include "content/public/child/resource_loader_bridge.h"
#include "ipc/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
-#include "webkit/child/resource_loader_bridge.h"
namespace base {
class MessageLoop;
@@ -74,8 +74,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
// Creates a ResourceLoaderBridge.
// Tests can override this method if they want a custom loading behavior.
- virtual webkit_glue::ResourceLoaderBridge* CreateBridge(
- const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info);
+ virtual ResourceLoaderBridge* CreateBridge(
+ const ResourceLoaderBridge::RequestInfo& request_info);
// Allocates a block of shared memory of the given size and
// maps in into the address space. Returns NULL of failure.

Powered by Google App Engine
This is Rietveld 408576698