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

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

Issue 293353007: Move resource_response_info from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | webkit/common/resource_response_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_response_info.cc
diff --git a/webkit/common/resource_response_info.cc b/content/public/common/resource_response_info.cc
similarity index 80%
rename from webkit/common/resource_response_info.cc
rename to content/public/common/resource_response_info.cc
index 66e612f7dc3e223c4385c1c1f4a6b81b2512e7be..beedad66e9321b938496f00d8fa630b7d7556973 100644
--- a/webkit/common/resource_response_info.cc
+++ b/content/public/common/resource_response_info.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/common/resource_response_info.h"
+#include "content/public/common/resource_response_info.h"
#include "net/http/http_response_headers.h"
#include "webkit/common/appcache/appcache_interfaces.h"
-namespace webkit_glue {
+namespace content {
ResourceResponseInfo::ResourceResponseInfo()
: content_length(-1),
@@ -20,6 +20,7 @@ ResourceResponseInfo::ResourceResponseInfo()
was_fetched_via_proxy(false) {
}
-ResourceResponseInfo::~ResourceResponseInfo() {}
+ResourceResponseInfo::~ResourceResponseInfo() {
+}
-} // namespace webkit_glue
+} // namespace content
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | webkit/common/resource_response_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698