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