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

Unified Diff: content/public/common/resource_response_info.cc

Issue 344493002: Move all remaining appcache-related code to content namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/public/common/resource_response_info.cc
diff --git a/content/public/common/resource_response_info.cc b/content/public/common/resource_response_info.cc
index 70dbc508d34a4a048e6744f09b6c5f8e652d1bcc..e827f3ea6fb576f0ca5c7c366787e6a2030f3d83 100644
--- a/content/public/common/resource_response_info.cc
+++ b/content/public/common/resource_response_info.cc
@@ -4,15 +4,15 @@
#include "content/public/common/resource_response_info.h"
+#include "content/public/common/appcache_info.h"
#include "net/http/http_response_headers.h"
-#include "webkit/common/appcache/appcache_interfaces.h"
namespace content {
ResourceResponseInfo::ResourceResponseInfo()
: content_length(-1),
encoded_data_length(-1),
- appcache_id(appcache::kAppCacheNoCacheId),
+ appcache_id(kAppCacheNoCacheId),
was_fetched_via_spdy(false),
was_npn_negotiated(false),
was_alternate_protocol_available(false),

Powered by Google App Engine
This is Rietveld 408576698