| Index: content/renderer/npapi/webplugin_impl.h
|
| diff --git a/content/renderer/npapi/webplugin_impl.h b/content/renderer/npapi/webplugin_impl.h
|
| index b8b59d56c2d1c2a38c6633abc999e6f7b7dbe5c1..eb4565e133342e908c6fc04f3c79767fae7c790d 100644
|
| --- a/content/renderer/npapi/webplugin_impl.h
|
| +++ b/content/renderer/npapi/webplugin_impl.h
|
| @@ -38,11 +38,8 @@ class WebURLLoader;
|
| class WebURLRequest;
|
| }
|
|
|
| -namespace webkit_glue {
|
| -class MultipartResponseDelegate;
|
| -} // namespace webkit_glue
|
| -
|
| namespace content {
|
| +class MultipartResponseDelegate;
|
| class RenderFrameImpl;
|
| class RenderViewImpl;
|
| class WebPluginDelegateProxy;
|
| @@ -295,8 +292,7 @@ class WebPluginImpl : public WebPlugin,
|
| // Unique identifier for this plugin, used to track script objects.
|
| struct _NPP* npp_;
|
|
|
| - typedef std::map<WebPluginResourceClient*,
|
| - webkit_glue::MultipartResponseDelegate*>
|
| + typedef std::map<WebPluginResourceClient*, MultipartResponseDelegate*>
|
| MultiPartResponseHandlerMap;
|
| // Tracks HTTP multipart response handlers instantiated for
|
| // a WebPluginResourceClient instance.
|
|
|