Index: content/child/sync_load_response.h |
diff --git a/content/child/sync_load_response.h b/content/child/sync_load_response.h |
index d19985f3757a6fb82cff517e32fae848dd3109c6..918bdeba9c4ae55a51645eb1e6bf291294daa5e6 100644 |
--- a/content/child/sync_load_response.h |
+++ b/content/child/sync_load_response.h |
@@ -7,14 +7,14 @@ |
#include <string> |
+#include "content/public/common/resource_response_info.h" |
#include "url/gurl.h" |
-#include "webkit/common/resource_response_info.h" |
namespace content { |
// See the SyncLoad method. (The name of this struct is not |
// suffixed with "Info" because it also contains the response data.) |
-struct SyncLoadResponse : webkit_glue::ResourceResponseInfo { |
+struct SyncLoadResponse : ResourceResponseInfo { |
SyncLoadResponse(); |
~SyncLoadResponse(); |