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. |