| Index: webkit/child/weburlresponse_extradata_impl.h
|
| diff --git a/webkit/child/weburlresponse_extradata_impl.h b/webkit/child/weburlresponse_extradata_impl.h
|
| index ac87d7e8424ce2f8464bad16695036a302607653..a66dbb524533a6db75af98222971709ef6264416 100644
|
| --- a/webkit/child/weburlresponse_extradata_impl.h
|
| +++ b/webkit/child/weburlresponse_extradata_impl.h
|
| @@ -17,7 +17,7 @@ namespace webkit_glue {
|
|
|
| // Base class for Chrome's implementation of the "extra data".
|
| class WEBKIT_CHILD_EXPORT WebURLResponseExtraDataImpl :
|
| - public NON_EXPORTED_BASE(WebKit::WebURLResponse::ExtraData) {
|
| + public NON_EXPORTED_BASE(blink::WebURLResponse::ExtraData) {
|
| public:
|
| explicit WebURLResponseExtraDataImpl(
|
| const std::string& npn_negotiated_protocol);
|
|
|