| Index: content/child/weburlresponse_extradata_impl.h
|
| diff --git a/webkit/child/weburlresponse_extradata_impl.h b/content/child/weburlresponse_extradata_impl.h
|
| similarity index 88%
|
| rename from webkit/child/weburlresponse_extradata_impl.h
|
| rename to content/child/weburlresponse_extradata_impl.h
|
| index a66dbb524533a6db75af98222971709ef6264416..be02bcc01a44c25d7b9c8626b29133df3d470c60 100644
|
| --- a/webkit/child/weburlresponse_extradata_impl.h
|
| +++ b/content/child/weburlresponse_extradata_impl.h
|
| @@ -2,21 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
| -#define WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
| +#ifndef CONTENT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
| +#define CONTENT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "content/common/content_export.h"
|
| #include "net/http/http_response_info.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| -#include "webkit/child/webkit_child_export.h"
|
|
|
| -namespace webkit_glue {
|
| +namespace content {
|
|
|
| -// Base class for Chrome's implementation of the "extra data".
|
| -class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
|
| +class CONTENT_EXPORT WebURLResponseExtraDataImpl :
|
| public NON_EXPORTED_BASE(blink::WebURLResponse::ExtraData) {
|
| public:
|
| explicit WebURLResponseExtraDataImpl(
|
| @@ -91,6 +90,6 @@ class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
|
| DISALLOW_COPY_AND_ASSIGN(WebURLResponseExtraDataImpl);
|
| };
|
|
|
| -} // namespace webkit_glue
|
| +} // namespace content
|
|
|
| -#endif // WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
| +#endif // CONTENT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
|
|