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

Unified Diff: content/test/render_view_fake_resources_test.cc

Issue 8680036: Move ResourceResponse struct into the Content API, since it's used in Chrome. While at it, I also... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add gypi changes Created 9 years, 1 month 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
« no previous file with comments | « content/public/common/resource_response.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/render_view_fake_resources_test.cc
===================================================================
--- content/test/render_view_fake_resources_test.cc (revision 111374)
+++ content/test/render_view_fake_resources_test.cc (working copy)
@@ -11,8 +11,8 @@
#include "base/time.h"
#include "content/common/dom_storage_common.h"
#include "content/common/resource_messages.h"
-#include "content/common/resource_response.h"
#include "content/common/view_messages.h"
+#include "content/public/common/resource_response.h"
#include "content/renderer/render_thread_impl.h"
#include "content/renderer/render_view_impl.h"
#include "content/test/mock_render_process.h"
@@ -150,7 +150,7 @@
body = it->second;
}
- ResourceResponseHead response_head;
+ content::ResourceResponseHead response_head;
response_head.headers = new net::HttpResponseHeaders(headers);
response_head.mime_type = "text/html";
ASSERT_TRUE(channel_->Send(new ResourceMsg_ReceivedResponse(
« no previous file with comments | « content/public/common/resource_response.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698