| Index: webkit/child/weburlresponse_extradata_impl.h
|
| diff --git a/webkit/glue/weburlresponse_extradata_impl.h b/webkit/child/weburlresponse_extradata_impl.h
|
| similarity index 91%
|
| rename from webkit/glue/weburlresponse_extradata_impl.h
|
| rename to webkit/child/weburlresponse_extradata_impl.h
|
| index c26325c8df5f5d514f2d91cbf08b69cce878da2f..ac87d7e8424ce2f8464bad16695036a302607653 100644
|
| --- a/webkit/glue/weburlresponse_extradata_impl.h
|
| +++ b/webkit/child/weburlresponse_extradata_impl.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GLUE_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
| -#define WEBKIT_GLUE_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
| +#ifndef WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
| +#define WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
|
|
| #include <string>
|
|
|
| @@ -11,12 +11,12 @@
|
| #include "base/compiler_specific.h"
|
| #include "net/http/http_response_info.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| -#include "webkit/common/webkit_common_export.h"
|
| +#include "webkit/child/webkit_child_export.h"
|
|
|
| namespace webkit_glue {
|
|
|
| // Base class for Chrome's implementation of the "extra data".
|
| -class WEBKIT_COMMON_EXPORT WebURLResponseExtraDataImpl :
|
| +class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
|
| public NON_EXPORTED_BASE(WebKit::WebURLResponse::ExtraData) {
|
| public:
|
| explicit WebURLResponseExtraDataImpl(
|
| @@ -93,4 +93,4 @@ class WEBKIT_COMMON_EXPORT WebURLResponseExtraDataImpl :
|
|
|
| } // namespace webkit_glue
|
|
|
| -#endif // WEBKIT_GLUE_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
| +#endif // WEBKIT_CHILD_WEBURLRESPONSE_EXTRADATA_IMPL_H_
|
|
|